diff options
author | Max Kellermann <max@duempel.org> | 2008-10-09 19:17:33 +0200 |
---|---|---|
committer | Eric Wong <normalperson@yhbt.net> | 2008-10-11 19:21:51 -0700 |
commit | 0775237e40087ee328888eb2b16953dc0cb332e0 (patch) | |
tree | 83bc5252813b9eb6b75b5ac6c224f73babaaccd4 /src/inputPlugins/_flac_common.h | |
parent | 0d4cc41ae07ca3f2e079fced38d9bd244c787df8 (diff) | |
download | mpd-0775237e40087ee328888eb2b16953dc0cb332e0.tar.gz mpd-0775237e40087ee328888eb2b16953dc0cb332e0.tar.xz mpd-0775237e40087ee328888eb2b16953dc0cb332e0.zip |
update: fixed stack corruption due to pthread_join() call
pthread_join() expects a "pointer to a pointer" parameter, but it got
a "pointer to an enum". On AMD64, an enum is smaller than a pointer,
leading to a buffer overflow.
Diffstat (limited to 'src/inputPlugins/_flac_common.h')
0 files changed, 0 insertions, 0 deletions