Bug#756329: vlc: Fix usage of AVFrame to avoid crashes

2014-07-29 Thread Andreas Cadhalpun
Control: tag -1 fixed-upstream On 29.07.2014 23:55, Benjamin Drung wrote: Okay, I can forward the patch. I tried to apply the patch for upstream's master branch from git://git.videolan.org/vlc.git, but it fails. Can you refresh for the master branch? A "git am"-able patch would be nice to have.

Bug#756329: vlc: Fix usage of AVFrame to avoid crashes

2014-07-29 Thread Benjamin Drung
Am Dienstag, den 29.07.2014, 23:17 +0200 schrieb Andreas Cadhalpun: > Control: tag -1 upstream > > Hi Benjamin, > > On 29.07.2014 21:58, Benjamin Drung wrote: > > Am Montag, den 28.07.2014, 22:49 +0200 schrieb Andreas Cadhalpun: > >> The attached patch fixes this problem. > > > > Thanks for the p

Bug#756329: vlc: Fix usage of AVFrame to avoid crashes

2014-07-29 Thread Andreas Cadhalpun
Control: tag -1 upstream Hi Benjamin, On 29.07.2014 21:58, Benjamin Drung wrote: Am Montag, den 28.07.2014, 22:49 +0200 schrieb Andreas Cadhalpun: The attached patch fixes this problem. Thanks for the patch. This is clearly an upstream issue. Can you forward your patch to upstream to get it

Bug#756329: vlc: Fix usage of AVFrame to avoid crashes

2014-07-29 Thread Benjamin Drung
Am Montag, den 28.07.2014, 22:49 +0200 schrieb Andreas Cadhalpun: > Package: vlc > Version: 2.1.4-1 > Severity: important > Tags: patch > > Dear Maintainer, > > in modules/codec/avcodec/audio.c one finds: > AVFrame frame; > memset( &frame, 0, sizeof( frame ) ); > > According to the doc

Bug#756329: vlc: Fix usage of AVFrame to avoid crashes

2014-07-28 Thread Andreas Cadhalpun
Package: vlc Version: 2.1.4-1 Severity: important Tags: patch Dear Maintainer, in modules/codec/avcodec/audio.c one finds: AVFrame frame; memset( &frame, 0, sizeof( frame ) ); According to the documentation of libavutil this is wrong: "sizeof(AVFrame) is not a part of the public ABI, so