Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Launder buffer before reference In GCC, directly casting the Buffer reference to another type results in strict-aliasing violation errors. This launders the reference using an intermediate pointer prior to creating the new reference. PiperOrigin-RevId: 350809323
- Loading branch information