mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-08-30 02:34:16 -05:00
A few reports came in of cache files with the correct size but full of
null bytes, presumably from a system crash and an SSD lying about buffer
flushes. This commit adds a checksum at the end of the compiled bytecode
so we don't try to use invalid data.
Co-Authored-By: derrod <dennis@obsproject.com>
(cherry picked from commit 1641812580)