[vlc-commits] [Git][videolan/vlc][master] rav1e: avoid read of uninitialized bool

Tristan Matthews (@tmatth) gitlab at videolan.org
Fri Sep 26 17:30:18 UTC 2025



Tristan Matthews pushed to branch master at VideoLAN / VLC


Commits:
d909bb41 by Tristan Matthews at 2025-09-26T17:14:52+00:00
rav1e: avoid read of uninitialized bool

Fixes CID 1666297

- - - - -


1 changed file:

- modules/codec/rav1e.c


Changes:

=====================================
modules/codec/rav1e.c
=====================================
@@ -101,6 +101,7 @@ static block_t *Encode(encoder_t *enc, picture_t *p_pict)
                 {
                     block_ChainRelease(p_out);
                     p_out = NULL;
+                    again = false;
                     break;
                 }
 



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/d909bb4111b709bf4ab9fd16a4fdc733f354cf1e

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/d909bb4111b709bf4ab9fd16a4fdc733f354cf1e
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list