9d275cf52c
This release contains some security fixes, notably a DoS via corrupted Ogg files (CVS-2008-3231), some related fixes, and fixes for a few possible buffer overflows. ok jakemsr@
13 lines
621 B
Plaintext
13 lines
621 B
Plaintext
$OpenBSD: patch-src_demuxers_demux_asf_c,v 1.5 2008/08/20 01:54:01 brad Exp $
|
|
--- src/demuxers/demux_asf.c.orig Thu Aug 7 13:52:44 2008
|
|
+++ src/demuxers/demux_asf.c Thu Aug 14 18:48:39 2008
|
|
@@ -460,7 +460,7 @@ static int asf_read_header (demux_asf_t *this) {
|
|
xine_log(this->stream->xine, XINE_LOG_MSG,
|
|
_("demux_asf: warning: The stream id=%d is encrypted.\n"), asf_stream->stream_number);
|
|
_x_message(this->stream, XINE_MSG_ENCRYPTED_SOURCE,
|
|
- _("Media stream scrambled/encrypted"), NULL);
|
|
+ _("Media stream scrambled/encrypted"), (char *)NULL);
|
|
this->mode = ASF_MODE_ENCRYPTED_CONTENT;
|
|
}
|
|
}
|