From #840
Make sure that error codes are checked and handled in all manually written and all auto-generated code. This is essential now that the error handler must return. Previously the error handler would just longjmp(), so there is likely quite a bit of sloppiness about this in the current code, which can potentially lead to crashes. Warning, the test suite won't catch these issues!
From #840
Make sure that error codes are checked and handled in all manually written and all auto-generated code. This is essential now that the error handler must return. Previously the error handler would just longjmp(), so there is likely quite a bit of sloppiness about this in the current code, which can potentially lead to crashes. Warning, the test suite won't catch these issues!