| commit | 293c325212f437c2cd754b1d270483b837accbf7 | [log] [tgz] |
|---|---|---|
| author | Kangjie Lu <kangjielu@gmail.com> | Tue May 03 16:44:32 2016 -0400 |
| committer | Nick Reuter <nreuter85@gmail.com> | Fri Aug 05 02:09:07 2016 -0500 |
| tree | 534371f9260e09878628038fc315b48520d1f80e | |
| parent | 1ae412de70a2823031555382c794056cc979348f [diff] |
ALSA: timer: Fix leak in events via snd_timer_user_tinterrupt The stack object “r1” has a total size of 32 bytes. Its field “event” and “val” both contain 4 bytes padding. These 8 bytes padding bytes are sent to user without being initialized. Change-Id: Ie3dcdee7da8ad292712814e8402c571a717ab8d1 Signed-off-by: Kangjie Lu <kjlu@gatech.edu> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: SteadyQuad <SteadyQuad@gmail.com>