fix: ensure variables are initialized before goto
This commit adds variable initialization before any goto statement can be executed. As a result, it prevents jumping to code that uses uninitialized variables. This is a rare but possible issue, detectable with Clang and -Wsometimes-uninitialized flag.pull/553/head
parent
3a1480e594
commit
5f5919d879
Loading…
Reference in New Issue