diff options
author | Martin Herkt <lachs0r@srsfckn.biz> | 2012-04-28 17:37:01 +0200 |
---|---|---|
committer | Uoti Urpala <uau@mplayer2.org> | 2012-04-28 21:47:53 +0300 |
commit | f64a4e9931428de0f308f6ed0a0144edb8ce9619 (patch) | |
tree | 41b3e92d02621878d9665cd900e0ffd82331ce2c /mixer.c | |
parent | 66e0426907ae6c95959206d037cdd74c70198f1c (diff) |
win32: get_path(): fix undefined behavior
MSWindows-specific code in get_path() declared a stack array
(exedir[]) in an inner scope, then kept a reference to the array
beyond the end of the that scope. Fix. This caused visible breakage
with GCC 4.7.
Diffstat (limited to 'mixer.c')
0 files changed, 0 insertions, 0 deletions