Hacker News new | ask | show | jobs
by schmichael 3563 days ago
Given the current code and no races against the values being initialized: no, there is no chance for a panic.
1 comments

This is not a good assumption. The code will panic, for instance when it can't allocate memory, or runs into signal handling issues.