Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a use of uninitialized bytes in pecoff.c
This updates the local declaration of `str_size` to always be 4 bytes instead of platform-dependent as its initialization later on only fills in 4 bytes instead of all the bytes of `size_t`. Originally reported as rust-lang/rust#28447 this was fixed in rust-lang/rust#30908
- Loading branch information