mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-09-18 09:55:32 -04:00
It is undefined behavior to apply an offset to a null pointer. I would have liked to reference cppreference but best I found was the PR that added this check to clang's undefined behavior sanitizer: https://reviews.llvm.org/D67122 .