v0.0-838-gd18c101: [ASan] Mind destruction ordering of objects in EXPECT_DEATH test.
github-actions
released this
24 Dec 01:59
·
3055 commits
to master
since this release
Prevent IntegrityCheck() from reading a pointer to freed memory by choosing pointer directions consistent with destruction ordering. With --config=asan death-test was failing for the the wrong reason. Now fixed. PiperOrigin-RevId: 348710861