Fix pahole segfault with --show_reorg_steps option#46
Fix pahole segfault with --show_reorg_steps option#46badcf00d wants to merge 1 commit intoacmel:masterfrom
Conversation
|
@acmel sorry to bother you, but this segfault is still an issue. Could you merge it or advise what needs to be done, if merge is not possible? |
|
It looks like it will need to be merged with the latest "next" branch. Can you do that and send a patch to dwarves@vger.kernel.org ? We manage things through the mailing list rather than github PRs as per the linux kernel dev process. Archives including examples can be found at https://lore.kernel.org/dwarves . Thank you! |
|
Hi there, yep can do |
|
Patch available here: https://lore.kernel.org/dwarves/09ac48cbfa5425e618d793b919c129e1@pfrost.me/T/#u |
|
got it, thanks! one more thing - our process requires a |
|
v2 applied now to https://git.kernel.org/pub/scm/devel/pahole/pahole.git/ |
This function call seems to mistakenly use
confdirectly rather thancconfwhich protects againstconfbeing null:dwarves/dwarves_fprintf.c
Line 1484 in c129fa7
This makes pahole segfault seemingly whenever
--show_reorg_stepsis used