Re: [libav-devel] [PATCH 03/22] hevc: Validate the number of long term reference pictures

2017-08-02 Thread Luca Barbato
On 29/07/2017 23:16, Mark Thompson wrote: > This would overflow if the stream contained a value greater than the > maximum allowed by the standard (32). > --- > libavcodec/hevc_ps.c | 6 ++ > 1 file changed, 6 insertions(+) > > diff --git a/libavcodec/hevc_ps.c b/libavcodec/hevc_ps.c > index

[libav-devel] [PATCH 03/22] hevc: Validate the number of long term reference pictures

2017-07-29 Thread Mark Thompson
This would overflow if the stream contained a value greater than the maximum allowed by the standard (32). --- libavcodec/hevc_ps.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/libavcodec/hevc_ps.c b/libavcodec/hevc_ps.c index 74906fd71..2603e6d99 100644 --- a/libavcodec/hevc_ps.c