Hacker News new | ask | show | jobs
by jk-in 5419 days ago
goto is very useful in device drivers, especially in functions that require clean up (e.g., freeing memory) in case an error is detected.