]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: info: Return error for invalid read/write
authorTakashi Iwai <tiwai@suse.de>
Sun, 30 Oct 2016 21:13:19 +0000 (22:13 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 8 Nov 2016 13:37:26 +0000 (14:37 +0100)
commitb44749b562a35a3ea86548c3d6d5c26d80d5221d
tree343beda600798c0c06e10e49e3f8402a42a72413
parent621c3ea3ee31a54fda08fbf592aade038b1442e0
ALSA: info: Return error for invalid read/write

Currently the ALSA proc handler allows read or write even if the proc
file were write-only or read-only.  It's mostly harmless, does thing
but allocating memory and ignores the input/output.  But it doesn't
tell user about the invalid use, and it's confusing and inconsistent
in comparison with other proc files.

This patch adds some sanity checks and let the proc handler returning
an -EIO error when the invalid read/write is performed.

Cc: <stable@vger.kernel.org> # v4.2+
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/info.c