dwarves icon indicating copy to clipboard operation
dwarves copied to clipboard

Fix pahole segfault with --show_reorg_steps option

Open badcf00d opened this issue 2 years ago • 6 comments

This function call seems to mistakenly use conf directly rather than cconf which protects against conf being null: https://github.com/acmel/dwarves/blob/c129fa7579483bba5b050ba54cc683e11d2b70f3/dwarves_fprintf.c#L1484

This makes pahole segfault seemingly whenever --show_reorg_steps is used

badcf00d avatar Dec 01 '23 15:12 badcf00d