eb44a52c7c
security fix: CVE-2008-0225 - heap-based buffer overflow in libreal (RTSP) also incorporates post release bug fix in WMV decoding from brad, thanks
12 lines
336 B
Plaintext
12 lines
336 B
Plaintext
$OpenBSD: patch-src_xine-utils_utils_c,v 1.4 2008/01/15 00:36:46 jakemsr Exp $
|
|
--- src/xine-utils/utils.c.orig Tue Jan 1 08:30:09 2008
|
|
+++ src/xine-utils/utils.c Wed Jan 9 01:50:22 2008
|
|
@@ -49,6 +49,7 @@
|
|
|
|
#ifdef HAVE_NL_LANGINFO
|
|
#include <langinfo.h>
|
|
+#include <localcharset.h>
|
|
#endif
|
|
|
|
#if defined(__CYGWIN__) || defined(WIN32)
|