balazske added a comment.

This errno check will work if a state split is added at every standard function 
that may set `errno` at failure. (The success and failure branches have 
different //errno check state//, and probably different return value for the 
function.) Probably this is too many state splits. But a correct program should 
have anyway checks for the return value that make the same state splits.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D122150/new/

https://reviews.llvm.org/D122150

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to