[FFmpeg-devel] [PATCH 1/2] avcodec/h2645_parse: Ignore NAL with nuh_layer_id == 63
Michael Niedermayer
michael at niedermayer.cc
Mon Dec 2 03:32:38 EET 2024
On Mon, Nov 18, 2024 at 04:09:10AM +0100, Michael Niedermayer wrote:
> Comply with "For purposes other than determining the amount of data in the decoding units
> of the bitstream, decoders shall ignore all data that follow the value 63 for nuh_layer_id in a NAL unit"
> Rec. ITU-T H.265 v8 (08/2021) Page 67
>
> Fixes: index 63 out of bounds for type 'const int8_t[63]' (aka 'const signed char[63]')
> Fixes: clusterfuzz-testcase-fuzzer_loadfile-5109286752026624
> Reported-by: Kacper Michajlow <kasper93 at gmail.com>
> Found-by: ossfuzz
> Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> ---
> libavcodec/h2645_parse.c | 6 ++++--
> 1 file changed, 4 insertions(+), 2 deletions(-)
will apply
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
If you fake or manipulate statistics in a paper in physics you will never
get a job again.
If you fake or manipulate statistics in a paper in medicin you will get
a job for life at the pharma industry.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 195 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20241202/2e686430/attachment.sig>
More information about the ffmpeg-devel
mailing list