logoalt Hacker News

mperhamyesterday at 6:30 PM3 repliesview on HN

Did they ever explain why netlink was involved? Or was that a red herring?


Replies

Sesse__yesterday at 6:54 PM

The stack in that specific function was big enough to trigger the bug.

drob518yesterday at 6:56 PM

Seemed like a red herring. They were able to reproduce it without any libraries. Might have just been net link forcing the stacks to a certain size and that made the bug visible.

syncsynchalttoday at 2:43 AM

The netlink function uses a larger stack than most.

Their repro case required a stack adjustment larger than 1<<12 (4kiB).