openbsd-ports/multimedia/xine-lib/patches/patch-src_demuxers_demux_qt_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
594 B
Plaintext

$OpenBSD: patch-src_demuxers_demux_qt_c,v 1.6 2008/06/18 01:26:41 brad Exp $
--- src/demuxers/demux_qt.c.orig Sat Jun 14 19:15:00 2008
+++ src/demuxers/demux_qt.c Mon Jun 16 02:30:50 2008
@@ -3022,7 +3022,7 @@ static demux_plugin_t *open_plugin (demux_class_t *cla
/* special consideration for DRM-protected files */
if (this->qt->last_error == QT_DRM_NOT_SUPPORTED)
_x_message (this->stream, XINE_MSG_ENCRYPTED_SOURCE,
- "DRM-protected Quicktime file", NULL);
+ "DRM-protected Quicktime file", (char *)NULL);
} else if (last_error != QT_OK) {