-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Completion of error handling #4
Comments
I don't really understand what this issue is exactly about, sorry. Please rephrase. |
I think it means that the call to seek in posixfs_open doesn't check the return code and same for malloc in main and printf in init_compiler |
I suggest to avoid ignorance of return values a bit more. |
Personally, I believe that error checking Other than that, more error handling in file and string functions would be great and if possible/sensible, the use of safer string functions. There's at least one occurrence of improperly null-terminated strings in the sources, for that pervasive use of |
Would you like to add more error handling for return values from functions like the following?
The text was updated successfully, but these errors were encountered: