Branch: refs/heads/smoke-me/asan
  Home:   https://github.com/parrot/parrot
  Commit: 024a5aa8ef6e96d93d7b42ee4977c460b52c72b3
      
https://github.com/parrot/parrot/commit/024a5aa8ef6e96d93d7b42ee4977c460b52c72b3
  Author: Reini Urban <[email protected]>
  Date:   2025-12-09 (Tue, 09 Dec 2025)

  Changed paths:
    M .github/workflows/main.yml
    M config/auto/gmp/gmp_c.in
    M config/auto/ipv6/test.in
    M config/auto/memalign/test2_c.in
    M config/auto/memalign/test_c.in
    M frontend/parrot/main.c
    M frontend/parrot2/main.c
    M src/utils.c

  Log Message:
  -----------
  [core]: fix some asan errors

memleaks with initargs and pargs.
oob with Parrot_util_byte_index.
memleaks with config probes.

Add asan to github actions commented. (not fully safe yet)


  Commit: 9f859aa1e9c5a2ce5bbd2c0dcab4d8ac0d6b56ac
      
https://github.com/parrot/parrot/commit/9f859aa1e9c5a2ce5bbd2c0dcab4d8ac0d6b56ac
  Author: Reini Urban <[email protected]>
  Date:   2025-12-09 (Tue, 09 Dec 2025)

  Changed paths:
    M config/auto/attributes.pm
    M config/auto/attributes/test_c.in
    M include/parrot/compiler.h
    M src/gc/system.c

  Log Message:
  -----------
  [config] fix attribute address_safety_analysis for gcc

previously only activated with clang.
change the run-time attribute check via __has_feature to
config probe, as with all the other attributes.

ASAN_OPTIONS=detect_leaks=0 make test
works now


Compare: https://github.com/parrot/parrot/compare/bbde3b6974d1...9f859aa1e9c5

To unsubscribe from these emails, change your notification settings at 
https://github.com/parrot/parrot/settings/notifications
_______________________________________________
http://lists.parrot.org/mailman/listinfo/parrot-commits

Reply via email to