Overview
Request 1185078 superseded
- Update to version 1.14.1:
* Added buffer bounds checks to vpx_writer and vpx_write_bit_buffer.
* Fix to GetSegmentationData() crash in aq_mode=0 for RTC rate control.
* Fix to alloc for row_base_thresh_freq_fac.
* Free row mt memory before freeing cpi->tile_data.
* Fix to buffer alloc for vp9_bitstream_worker_data.
* Fix to VP8 race issue for multi-thread with pnsr_calc.
* Fix to uv width/height in vp9_scale_and_extend_frame_ssse3.
* Fix to integer division by zero and overflow in calc_pframe_target_size().
* Fix to integer overflow in vpx_img_alloc() & vpx_img_wrap()(CVE-2024-5197).
* Fix to UBSan error in vp9_rc_update_framerate().
* Fix to UBSan errors in vp8_new_framerate().
* Fix to integer overflow in vp8 encodeframe.c.
* Handle EINTR from sem_wait().
- enforce usage of gcc 13 on Leap. Fixes esp. aarch64 builds.
- Created by adrianSuSE
- In state superseded
- Superseded by 1185130
- Open review for opensuse-review-team
- Open review for factory-staging
Request History
adrianSuSE created request
- Update to version 1.14.1:
* Added buffer bounds checks to vpx_writer and vpx_write_bit_buffer.
* Fix to GetSegmentationData() crash in aq_mode=0 for RTC rate control.
* Fix to alloc for row_base_thresh_freq_fac.
* Free row mt memory before freeing cpi->tile_data.
* Fix to buffer alloc for vp9_bitstream_worker_data.
* Fix to VP8 race issue for multi-thread with pnsr_calc.
* Fix to uv width/height in vp9_scale_and_extend_frame_ssse3.
* Fix to integer division by zero and overflow in calc_pframe_target_size().
* Fix to integer overflow in vpx_img_alloc() & vpx_img_wrap()(CVE-2024-5197).
* Fix to UBSan error in vp9_rc_update_framerate().
* Fix to UBSan errors in vp8_new_framerate().
* Fix to integer overflow in vp8 encodeframe.c.
* Handle EINTR from sem_wait().
- enforce usage of gcc 13 on Leap. Fixes esp. aarch64 builds.
factory-auto added opensuse-review-team as a reviewer
Please review sources
factory-auto accepted review
Check script succeeded
licensedigger accepted review
ok
anag+factory set openSUSE:Factory:Staging:G as a staging project
Being evaluated by staging project "openSUSE:Factory:Staging:G"
anag+factory accepted review
Picked "openSUSE:Factory:Staging:G"
dimstar declined review
CODE16 (Leap 16/SLE16/SLFO) is supposed to have a default GCC >= 13, so the explicit usage of GCC13 should be limited to suse_version < 1600 (see sr#1185120)
dimstar declined request
CODE16 (Leap 16/SLE16/SLFO) is supposed to have a default GCC >= 13, so the explicit usage of GCC13 should be limited to suse_version < 1600 (see sr#1185120)
anag+factory reopened request
Reopened via staging workflow.
anag+factory added factory-staging as a reviewer
Being evaluated by group "factory-staging"
anag+factory accepted review
Unstaged from project "openSUSE:Factory:Staging:G"
anag+factory declined request
Declined via staging workflow.
superseded by 1185130
I doubt you will need to specify gcc13 for CODE 16 (Leap 16/SLE16/SLFO) - They are all based on GCC13 by default.
Hence, using < 1600 should be good enough (if this package is even meant to ever go to CODE15 branches)