Hacker News new | ask | show | jobs
by wallscratch 1413 days ago
Linux kernel has a bunch of gotos, primarily used to just jump to exit / deallocate on kmalloc failure, without having to unnecessarily complicate the control flow to handle that.