Skip to content

Add ASAN support to the zend allocator #18858

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 48 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
2f84241
ASAN support for the zend allocator
danog Jun 16, 2025
1880729
Fix
danog Jun 16, 2025
193962c
Fix
danog Jun 16, 2025
1a259a0
Fixes
danog Jun 16, 2025
4ea8a03
Fixes
danog Jun 16, 2025
ef9a0d2
Fixes
danog Jun 16, 2025
0376092
Improvements
danog Jun 16, 2025
340d985
Improvements
danog Jun 16, 2025
e800e53
Improvements
danog Jun 16, 2025
12eefe4
Improvements
danog Jun 16, 2025
6563269
Fix
danog Jun 16, 2025
61661d3
Cleanup
danog Jun 16, 2025
4301651
Cleanup
danog Jun 16, 2025
f11d436
Fix
danog Jun 16, 2025
bba7468
Fix
danog Jun 17, 2025
b1b7c1f
Cleanup
danog Jun 17, 2025
835810c
Cleanup
danog Jun 17, 2025
c576965
Fixes
danog Jun 17, 2025
e31c4ac
Hotfix newly detected memory leak
danog Jun 17, 2025
d9de798
Fixes
danog Jun 17, 2025
e5ca924
Fixes
danog Jun 17, 2025
e88ec6d
Final
danog Jun 17, 2025
dcd59e4
Merge remote-tracking branch 'origin/master' into asan_zend_alloc
danog Jun 19, 2025
e1b798a
Update Zend/zend_alloc.c
danog Jun 22, 2025
7b13735
Update Zend/zend_alloc.c
danog Jun 22, 2025
91c783d
Update Zend/zend_alloc.c
danog Jun 22, 2025
66a5172
Update Zend/zend_alloc.c
danog Jun 22, 2025
2178807
cs
danog Jun 22, 2025
085d0c8
Fixup
danog Jun 22, 2025
8925acf
cs fixes
danog Jul 7, 2025
38e7896
cs fixes
danog Jul 7, 2025
1875711
cs fixes
danog Jul 7, 2025
40936ff
Cs fixes
danog Jul 8, 2025
832dae0
cs-fix
danog Jul 23, 2025
1275855
Poison custom chunk_alloc as well
danog Jul 23, 2025
491940e
Unpoison custom chunk_alloc as well
danog Jul 23, 2025
4dd7237
Add comment
danog Jul 23, 2025
bebc904
cs
danog Jul 23, 2025
15e2df0
cs
danog Jul 23, 2025
3182c4f
Add some docs
danog Jul 23, 2025
4a30e71
Simplify
danog Jul 23, 2025
d944845
Simplify
danog Jul 23, 2025
2f79a43
Fix
danog Jul 23, 2025
541098a
Rm redundant unpoison
danog Jul 23, 2025
3085dc1
Fixup
danog Jul 23, 2025
607cf2b
Fix
danog Jul 23, 2025
587922b
Fix
danog Jul 23, 2025
246b275
Fix
danog Jul 23, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading