Use caph_limit_stdio() before opening input files. This function
suppresses EBADF. When further limiting stdin, make sure STDIN_FILENO
isn't being used for one of the input files.
Fix some style bugs while here.
Differential D18860
Fix cmp(1) to handle the case where standard streams are closed. markj on Jan 16 2019, 8:39 PM. Authored by Tags None Referenced Files
Subscribers
Details
Use caph_limit_stdio() before opening input files. This function Fix some style bugs while here.
Diff Detail
Event Timeline
Comment Actions
|