openbsd-ports/multimedia/xine-lib/patches/patch-src_demuxers_demux_qt_c
sthen cea15ea335 Security update to 1.1.16.3 from Brad (maintainer) - int overflows in
the 4XM demux (TKADV2009-004, CVE-2009-0385) and the Quicktime demux.
2009-04-04 00:28:56 +00:00

13 lines
595 B
Plaintext

$OpenBSD: patch-src_demuxers_demux_qt_c,v 1.8 2009/04/04 00:28:56 sthen Exp $
--- src/demuxers/demux_qt.c.orig Thu Apr 2 14:44:44 2009
+++ src/demuxers/demux_qt.c Fri Apr 3 14:42:42 2009
@@ -3055,7 +3055,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) {