]> git.pld-linux.org Git - packages/mplayer.git/blame - vstream-format-security.patch
- old live patch replaced by live555-async patch from mplayer ml (port to async RTSPC...
[packages/mplayer.git] / vstream-format-security.patch
CommitLineData
bfac6bf7
ER
1http://devel.mplayer2.org/ticket/163
2http://devel.mplayer2.org/changeset/8cd71527ade21ea27ea24cdcc66dc71dca460f85/
3
4Index: stream/stream_vstream.c
5===================================================================
6--- stream/stream_vstream.c (revision 1888e57af7e1ce51517ad9bdc2d201eaf84a98d2)
7+++ stream/stream_vstream.c (revision 8cd71527ade21ea27ea24cdcc66dc71dca460f85)
8@@ -57,5 +57,5 @@
9 vsnprintf(buf, 1024, format, va);
10 va_end(va);
11- mp_msg(MSGT_STREAM, MSGL_ERR, buf);
12+ mp_msg(MSGT_STREAM, MSGL_ERR, "%s", buf);
13 }
14
This page took 0.030052 seconds and 4 git commands to generate.