You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As mentioned in #240 there are places were we set errno only to never check it. Glancing around we also have instances that set it, where it can be returned directly via the function.
So let try to:
list all instances which set errno
remove instances which are not used by libkmod nor libc
use a simpler way to propagate the error, if available
The text was updated successfully, but these errors were encountered:
As mentioned in #240 there are places were we set errno only to never check it. Glancing around we also have instances that set it, where it can be returned directly via the function.
So let try to:
The text was updated successfully, but these errors were encountered: