mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-08-24 10:14:13 -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>