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: 478488507pull/13171/head
parent
259183b1f0
commit
5732824427
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue