strukturag / libde265

Open h.265 video codec implementation.
Other
1.7k stars 457 forks source link

Possibly fix stack-based buffer overflow #402

Closed SchrodingersMind closed 1 year ago

SchrodingersMind commented 1 year ago

Added more strict checks for array indexes in libde265/refpic.cc. It possibly fixes #399, #400 and #401

farindk commented 1 year ago

thanks