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
13 lines
519 B
Plaintext
13 lines
519 B
Plaintext
$OpenBSD: patch-src_libreal_real_common_c,v 1.2 2008/01/15 00:36:46 jakemsr Exp $
|
|
--- src/libreal/real_common.c.orig Tue Jan 1 08:30:08 2008
|
|
+++ src/libreal/real_common.c Wed Jan 9 01:50:22 2008
|
|
@@ -177,7 +177,7 @@ void *_x_real_codec_open(xine_stream_t *const stream,
|
|
LOG_MODULE ": error loading %s: %s\n", codecpath, dlerror());
|
|
}
|
|
|
|
- _x_message(stream, XINE_MSG_LIBRARY_LOAD_ERROR, codec_name, NULL);
|
|
+ _x_message(stream, XINE_MSG_LIBRARY_LOAD_ERROR, codec_name, (char *)NULL);
|
|
|
|
return NULL;
|
|
}
|