aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc
diff options
context:
space:
mode:
authorTakashi Iwai <[email protected]>2017-08-22 06:15:13 +0000
committerTakashi Iwai <[email protected]>2017-08-22 13:43:40 +0000
commit88c54cdf61f508ebcf8da2d819f5dfc03e954d1d (patch)
treeef895c90efc68011841b0bbecc011b8fceb8926c /net/tipc
parentALSA: usb-audio: Add delay quirk for H650e/Jabra 550a USB headsets (diff)
downloadkernel-88c54cdf61f508ebcf8da2d819f5dfc03e954d1d.tar.gz
kernel-88c54cdf61f508ebcf8da2d819f5dfc03e954d1d.zip
ALSA: core: Fix unexpected error at replacing user TLV
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") Cc: <[email protected]> Signed-off-by: Takashi Iwai <[email protected]>
Diffstat (limited to 'net/tipc')
0 files changed, 0 insertions, 0 deletions