Skip to content

Instantly share code, notes, and snippets.

@iluuu1994
Created August 13, 2022 18:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iluuu1994/d4d79bcabe8dad125547c2b47dff627b to your computer and use it in GitHub Desktop.
Save iluuu1994/d4d79bcabe8dad125547c2b47dff627b to your computer and use it in GitHub Desktop.
php-src ASAN/UBSAN build
#!/bin/bash
make distclean
./buildconf
./configure --enable-debug CFLAGS="-fsanitize=undefined,address -DZEND_TRACK_ARENA_ALLOC" LDFLAGS="-fsanitize=undefined,address"
make -j14
make test TEST_PHP_ARGS="-j14 --asan"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment