Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix buildflagset "applying non-zero offset to null pointer" (#4599)
ubsan doesn't like that buildflagset adds offsets to null pointers. This commit fixes things to ensure that buildflagset always has a valid text buffer to work with. Makes ubsan runtime errors such as the following go away: `runtime error: applying non-zero offset 11 to null pointer`
- Loading branch information