Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed a memory corruption bug for 32-bit builds
On a 32-bit build, sizeof(upb_Array) was not aligned to 8, and so we were allocating a block of memory that was too small. Our 32-bit GitHub tests did not catch this, probably because the 32-bit build is not running ASAN. The bug manifested in the 32-bit PHP build. PiperOrigin-RevId: 478488507
- Loading branch information