]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Add missing break for the DRM ioctl operations that do not have any args
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Sat, 11 Mar 2017 21:07:21 +0000 (21:07 +0000)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Sat, 11 Mar 2017 21:07:21 +0000 (21:07 +0000)
commit5bc11df85caefb61fc3fa44aca89b53421c75d2a
tree9589d71ecfc2b66a32c6b54e670807705f619eac
parent0caebe1f079c47e11cecc86e8b405befdb8fcf84
Add missing break for the DRM ioctl operations that do not have any args
Due to this missing break, the code was falling through to
the case VKI_SNDRV_CTL_IOCTL_PVERSION:
and was then setting some bytes as defined at (whatever address is in) ARG3.

Patch and analysis by Daniel Glöckner

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@16266
coregrind/m_syswrap/syswrap-linux.c