aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_job.c
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert@linux-m68k.org>2021-10-19 16:45:02 +0200
committerMiguel Ojeda <ojeda@kernel.org>2021-10-21 23:36:28 +0200
commitafcb5a811ff3ab3969f09666535eb6018a160358 (patch)
tree2a6d3c09e4975adfa8ab343171a500f5eb9ff40b /drivers/gpu/drm/amd/amdgpu/amdgpu_job.c
parentdt-bindings: auxdisplay: ht16k33: Document Adafruit segment displays (diff)
downloadwireguard-linux-afcb5a811ff3ab3969f09666535eb6018a160358.tar.xz
wireguard-linux-afcb5a811ff3ab3969f09666535eb6018a160358.zip
auxdisplay: img-ascii-lcd: Fix lock-up when displaying empty string
While writing an empty string to a device attribute is a no-op, and thus does not need explicit safeguards, the user can still write a single newline to an attribute file: echo > .../message If that happens, img_ascii_lcd_display() trims the newline, yielding an empty string, and causing an infinite loop in img_ascii_lcd_scroll(). Fix this by adding a check for empty strings. Clear the display in case one is encountered. Fixes: 0cad855fbd083ee5 ("auxdisplay: img-ascii-lcd: driver for simple ASCII LCD displays") Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_job.c')
0 files changed, 0 insertions, 0 deletions