aboutsummaryrefslogtreecommitdiff
path: root/scripts/checkincludes.pl
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2017-08-22 08:15:13 +0200
committerMister Oyster <oysterized@gmail.com>2017-09-11 11:31:31 +0200
commitdf8077b2c46d56089e6f86fea8b7fac4ad2afd95 (patch)
tree9a24d9b6392f2b681602ef856fb8ad6a68aaeccb /scripts/checkincludes.pl
parentb1877e3048f86d659219233a90ed8a20f0fe8d5a (diff)
ALSA: core: Fix unexpected error at replacing user TLV
commit 88c54cdf61f508ebcf8da2d819f5dfc03e954d1d upstream. When user tries to replace the user-defined control TLV, the kernel checks the change of its content via memcmp(). The problem is that the kernel passes the return value from memcmp() as is. memcmp() gives a non-zero negative value depending on the comparison result, and this shall be recognized as an error code. The patch covers that corner-case, return 1 properly for the changed TLV. Fixes: 8aa9b586e420 ("[ALSA] Control API - more robust TLV implementation") Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Francisco Franco <franciscofranco.1990@gmail.com>
Diffstat (limited to 'scripts/checkincludes.pl')
0 files changed, 0 insertions, 0 deletions