diff options
author | Max Kellermann <max@duempel.org> | 2008-10-09 19:17:33 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-10-09 19:17:33 +0200 |
commit | 69e34f11f53920acf0e90cc1875abeba22c52b92 (patch) | |
tree | aa5ad65d30812f4a0afa6ba02f5dc9df4c8b815a /src/pcm_utils.h | |
parent | b4f1b20fd9ff95e89eed1a14abef69d740ba6f51 (diff) | |
download | mpd-69e34f11f53920acf0e90cc1875abeba22c52b92.tar.gz mpd-69e34f11f53920acf0e90cc1875abeba22c52b92.tar.xz mpd-69e34f11f53920acf0e90cc1875abeba22c52b92.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/pcm_utils.h')
0 files changed, 0 insertions, 0 deletions