Overview

Request 6074 (accepted)

- Update to version 1.0.15:
* A couple of bug fixes, including the following CVEs:
- CVE-2023-49465
- CVE-2023-49467
- CVE-2023-49468
- Changes from version 1.0.14:
* This fixes build-time SSE detection when using the CMake build
system. No other changes than that. You don't need to update if
you are using the autotools build system.
- Changes from version 1.0.13:
* This release fixes among other smaller issues the following
crashes:
- SEGV:occured in function main at dec265.cc
- Memory allocation failed in function main at dec265.cc
- Buffer over-read causes segmentation fault in
pic_parameter_set::dump
- Potential segmentation fault due to incorrect realloc in CABA
C_encoder_bitstream::check_size_and_resize (unused function)
- SEGV in libde265 in slice_segment_header::dump_slice_segment_
header
- Libde265 v1.0.12 was discovered that requested allocation
size exceeds maximum supported size of 0x10000000000
- heap-buffer-overflow in derive_spatial_luma_vector_prediction
(...)

Submit package Staging / libde265 to package Essentials / libde265

libde265.changes Changed
libde265.spec Changed
libde265-1.0.12.tar.gz/dec265/hdrcopy.cc Deleted
libde265-1.0.12.tar.gz/CMakeLists.txt -> libde265-1.0.15.tar.gz/CMakeLists.txt Changed
libde265-1.0.12.tar.gz/README.md -> libde265-1.0.15.tar.gz/README.md Changed
libde265-1.0.12.tar.gz/config.h.in -> libde265-1.0.15.tar.gz/config.h.in Changed
libde265-1.0.12.tar.gz/configure -> libde265-1.0.15.tar.gz/configure Changed
libde265-1.0.12.tar.gz/configure.ac -> libde265-1.0.15.tar.gz/configure.ac Changed
libde265-1.0.12.tar.gz/dec265/CMakeLists.txt -> libde265-1.0.15.tar.gz/dec265/CMakeLists.txt Changed
libde265-1.0.12.tar.gz/dec265/Makefile.am -> libde265-1.0.15.tar.gz/dec265/Makefile.am Changed
libde265-1.0.12.tar.gz/dec265/Makefile.in -> libde265-1.0.15.tar.gz/dec265/Makefile.in Changed
libde265-1.0.12.tar.gz/dec265/dec265.cc -> libde265-1.0.15.tar.gz/dec265/dec265.cc Changed
libde265-1.0.12.tar.gz/dec265/sdl.cc -> libde265-1.0.15.tar.gz/dec265/sdl.cc Changed
libde265-1.0.12.tar.gz/dec265/sdl.hh -> libde265-1.0.15.tar.gz/dec265/sdl.hh Changed
libde265-1.0.12.tar.gz/libde265.pc.in -> libde265-1.0.15.tar.gz/libde265.pc.in Changed
libde265-1.0.12.tar.gz/libde265/CMakeLists.txt -> libde265-1.0.15.tar.gz/libde265/CMakeLists.txt Changed
libde265-1.0.12.tar.gz/libde265/cabac.cc -> libde265-1.0.15.tar.gz/libde265/cabac.cc Changed
libde265-1.0.12.tar.gz/libde265/cabac.h -> libde265-1.0.15.tar.gz/libde265/cabac.h Changed
libde265-1.0.12.tar.gz/libde265/configparam.cc -> libde265-1.0.15.tar.gz/libde265/configparam.cc Changed
libde265-1.0.12.tar.gz/libde265/de265-version.h -> libde265-1.0.15.tar.gz/libde265/de265-version.h Changed
libde265-1.0.12.tar.gz/libde265/decctx.cc -> libde265-1.0.15.tar.gz/libde265/decctx.cc Changed
libde265-1.0.12.tar.gz/libde265/decctx.h -> libde265-1.0.15.tar.gz/libde265/decctx.h Changed
libde265-1.0.12.tar.gz/libde265/dpb.cc -> libde265-1.0.15.tar.gz/libde265/dpb.cc Changed
libde265-1.0.12.tar.gz/libde265/encoder/algo/coding-options.cc -> libde265-1.0.15.tar.gz/libde265/encoder/algo/coding-options.cc Changed
libde265-1.0.12.tar.gz/libde265/encoder/algo/tb-intrapredmode.cc -> libde265-1.0.15.tar.gz/libde265/encoder/algo/tb-intrapredmode.cc Changed
libde265-1.0.12.tar.gz/libde265/encoder/encoder-types.cc -> libde265-1.0.15.tar.gz/libde265/encoder/encoder-types.cc Changed
libde265-1.0.12.tar.gz/libde265/encoder/encpicbuf.cc -> libde265-1.0.15.tar.gz/libde265/encoder/encpicbuf.cc Changed
libde265-1.0.12.tar.gz/libde265/image.cc -> libde265-1.0.15.tar.gz/libde265/image.cc Changed
libde265-1.0.12.tar.gz/libde265/image.h -> libde265-1.0.15.tar.gz/libde265/image.h Changed
libde265-1.0.12.tar.gz/libde265/motion.cc -> libde265-1.0.15.tar.gz/libde265/motion.cc Changed
libde265-1.0.12.tar.gz/libde265/nal-parser.cc -> libde265-1.0.15.tar.gz/libde265/nal-parser.cc Changed
libde265-1.0.12.tar.gz/libde265/refpic.cc -> libde265-1.0.15.tar.gz/libde265/refpic.cc Changed
libde265-1.0.12.tar.gz/libde265/slice.cc -> libde265-1.0.15.tar.gz/libde265/slice.cc Changed
libde265-1.0.12.tar.gz/libde265/sps.cc -> libde265-1.0.15.tar.gz/libde265/sps.cc Changed
Refresh
Refresh

Mentioned Issues (3)

CVE-2023-49465
CVE-2023-49467
CVE-2023-49468
Request History
manfred-h's avatar

manfred-h created request about 2 months ago

- Update to version 1.0.15:
* A couple of bug fixes, including the following CVEs:
- CVE-2023-49465
- CVE-2023-49467
- CVE-2023-49468
- Changes from version 1.0.14:
* This fixes build-time SSE detection when using the CMake build
system. No other changes than that. You don't need to update if
you are using the autotools build system.
- Changes from version 1.0.13:
* This release fixes among other smaller issues the following
crashes:
- SEGV:occured in function main at dec265.cc
- Memory allocation failed in function main at dec265.cc
- Buffer over-read causes segmentation fault in
pic_parameter_set::dump
- Potential segmentation fault due to incorrect realloc in CABA
C_encoder_bitstream::check_size_and_resize (unused function)
- SEGV in libde265 in slice_segment_header::dump_slice_segment_
header
- Libde265 v1.0.12 was discovered that requested allocation
size exceeds maximum supported size of 0x10000000000
- heap-buffer-overflow in derive_spatial_luma_vector_prediction
(...)


manfred-h's avatar

manfred-h accepted request about 2 months ago