ruffsl@programming.dev to Linux@programming.devEnglish · 1 month agoEvery goto in the Linux kernel / Just another day on the linux-kernel mailing listyoutube.comexternal-linkmessage-square3fedilinkarrow-up134arrow-down12cross-posted to: [email protected]
arrow-up132arrow-down1external-linkEvery goto in the Linux kernel / Just another day on the linux-kernel mailing listyoutube.comruffsl@programming.dev to Linux@programming.devEnglish · 1 month agomessage-square3fedilinkcross-posted to: [email protected]
minus-squareeleijeep@piefed.sociallinkfedilinkEnglisharrow-up2·1 month agogoto is the standard way of performing error handling in C, since there is no exception system or destructor mechanism to free resources when they are going out of scope.
goto is the standard way of performing error handling in C, since there is no exception system or destructor mechanism to free resources when they are going out of scope.