Heap panic / abort cleanup by mhightower83 · Pull Request #8465 · esp8266/Arduino

added 2 commits

January 27, 2022 14:27
Isolate NULL/panic test of _context to dev debug assert macro.

Use abort instead of panic for case of caller providing non-heap address pointer.
  Added debug print.
  Improved get_unpoisoned_check_neighbors to print file/line when available.

@d-a-v d-a-v added this to the 3.1 milestone

Feb 15, 2022

@d-a-v

@mcspr

@mcspr

hasenradball pushed a commit to hasenradball/Arduino that referenced this pull request

Nov 18, 2024
Isolate NULL/panic test of _context to dev debug assert macro.

Use abort instead of panic for case of caller providing non-heap address pointer.
  Added debug print.
  Improved get_unpoisoned_check_neighbors to print file/line when available.