summaryrefslogtreecommitdiff
path: root/scripts/patch-kernel
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2020-04-24 21:33:50 +0200
committerTakashi Iwai <tiwai@suse.de>2020-04-24 21:34:52 +0200
commit4285de0725b1bf73608abbcd35ad7fd3ddc0b61e (patch)
tree3581be5ed3b84b93541d952185b5a12567527e6a /scripts/patch-kernel
parentae769d3556644888c964635179ef192995f40793 (diff)
downloadkernel-4285de0725b1bf73608abbcd35ad7fd3ddc0b61e.tar.gz
ALSA: pcm: oss: Place the plugin buffer overflow checks correctly
The checks of the plugin buffer overflow in the previous fix by commit f2ecf903ef06 ("ALSA: pcm: oss: Avoid plugin buffer overflow") are put in the wrong places mistakenly, which leads to the expected (repeated) sound when the rate plugin is involved. Fix in the right places. Also, at those right places, the zero check is needed for the termination node, so added there as well, and let's get it done, finally. Fixes: f2ecf903ef06 ("ALSA: pcm: oss: Avoid plugin buffer overflow") Cc: <stable@vger.kernel.org> Link: https://lore.kernel.org/r/20200424193350.19678-1-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions
pan title='2021-08-18 18:46:02 -0700'>2021-08-18xfs: make the start pointer passed to btree alloc_block functions constDarrick J. Wong 2021-08-18xfs: make the pointer passed to btree set_root functions constDarrick J. Wong 2021-08-18xfs: make the keys and records passed to btree inorder functions constDarrick J. Wong 2021-08-18xfs: mark the record passed into btree init_key functions as constDarrick J. Wong 2021-08-18xfs: make the key parameters to all btree key comparison functions constDarrick J. Wong 2021-06-02xfs: remove agno from btree cursorDave Chinner 2021-06-02xfs: use perag for ialloc btree cursorsDave Chinner 2021-06-02xfs: add a perag to the btree cursorDave Chinner 2021-06-02xfs: push perags through the ag reservation calloutsDave Chinner 2020-12-09xfs: remove unneeded return value check for *init_cursor()Joseph Qi