316ff80c5c
from the release notes: VLC media player 0.8.6e and earlier versions suffer from security vulnerabilities in the Subtitle demuxer, Real RTSP demuxer, MP4 demuxer and Cinepak codec. from brad@
15 lines
752 B
Plaintext
15 lines
752 B
Plaintext
$OpenBSD: patch-include_vlc_threads_funcs_h,v 1.5 2008/04/04 00:53:01 jakemsr Exp $
|
|
--- include/vlc_threads_funcs.h.orig Mon Mar 31 15:07:51 2008
|
|
+++ include/vlc_threads_funcs.h Thu Apr 3 03:51:08 2008
|
|
@@ -486,8 +486,8 @@ static inline int __vlc_cond_wait( const char * psz_fi
|
|
{
|
|
/* People keep pissing me off with this. --Meuuh */
|
|
msg_Dbg( p_condvar->p_this,
|
|
- "thread %u: secret message triggered "
|
|
- "at %s:%d (%s)", (int)pthread_self(),
|
|
+ "thread %lu: secret message triggered "
|
|
+ "at %s:%d (%s)", (long)pthread_self(),
|
|
psz_file, i_line, strerror(i_result) );
|
|
|
|
i_result = pthread_cond_wait( &p_condvar->cond, &p_mutex->mutex );
|