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
close will warn in some cases, like if it's given a bad filehandle. This is redundant with exceptions on. Turn it off if exceptions are on.
The code is in report_evil_fh in util.c. This code is used in multiple places, including do_close. report_evil_fh could be made to throw, but errno is set afterwards in do_close.
The text was updated successfully, but these errors were encountered:
close
will warn in some cases, like if it's given a bad filehandle. This is redundant with exceptions on. Turn it off if exceptions are on.The code is in
report_evil_fh
in util.c. This code is used in multiple places, includingdo_close
.report_evil_fh
could be made to throw, but errno is set afterwards indo_close
.The text was updated successfully, but these errors were encountered: