clusterfuzz
clusterfuzz copied to clipboard
Symbolize NEW_FUNC lines in libFuzzer
@jonathanmetzman pointed this out. stack_symbolizer does not understand the NEW_FUNC format Probably this regex just needs an update (with some test) - https://github.com/google/clusterfuzz/blob/master/src/python/crash_analysis/stack_parsing/stack_symbolizer.py#L488