On Wed, Feb 24, 2016 at 03:12:56PM +, Derek Buitenhuis wrote:
> On 2/24/2016 3:10 PM, Michael Niedermayer wrote:
> > This should fix leaving uninitialized pointers in priv which can confuse
> > user applications.
> > See: https://github.com/golang/go/issues/14426
> >
> > Signed-off-by: Michael
On 2/24/2016 3:10 PM, Michael Niedermayer wrote:
> This should fix leaving uninitialized pointers in priv which can confuse
> user applications.
> See: https://github.com/golang/go/issues/14426
>
> Signed-off-by: Michael Niedermayer
> ---
> libavcodec/avpacket.c |1 +
> 1 file changed, 1 ins
This should fix leaving uninitialized pointers in priv which can confuse
user applications.
See: https://github.com/golang/go/issues/14426
Signed-off-by: Michael Niedermayer
---
libavcodec/avpacket.c |1 +
1 file changed, 1 insertion(+)
diff --git a/libavcodec/avpacket.c b/libavcodec/avpack