openbsd-ports/multimedia/xine-lib/patches/patch-src_xine-engine_xine_c
brad 53a59191f0 update to Xine-lib 1.1.13
This release contains a security fix (buffer overflow in the NSF demuxer,
CVE-2008-1878). There are also a few bug fixes, and a new JACK output
plugin.

ok jakemsr@
2008-06-18 01:26:40 +00:00

13 lines
700 B
Plaintext

$OpenBSD: patch-src_xine-engine_xine_c,v 1.6 2008/06/18 01:26:41 brad Exp $
--- src/xine-engine/xine.c.orig Sat Jun 14 19:15:00 2008
+++ src/xine-engine/xine.c Mon Jun 16 02:30:51 2008
@@ -1648,7 +1648,7 @@ static void config_save_cb (void *this_gen, xine_cfg_e
pthread_mutex_lock(&this->streams_lock);
if ( (ite = xine_list_front(this->streams)) ) {
stream = xine_list_get_value(this->streams, ite);
- _x_message(stream, XINE_MSG_SECURITY, _("The specified save_dir might be a security risk."), NULL);
+ _x_message(stream, XINE_MSG_SECURITY, _("The specified save_dir might be a security risk."), (char *)NULL);
}
pthread_mutex_unlock(&this->streams_lock);
}