ext/posix: posix_isatty() fix use-of-uninitialized-value (#11676) When the value passed is not representable as an int then it is not a TTY and thus should return false immediately.
ext/posix: posix_isatty() fix use-of-uninitialized-value (#11676) When the value passed is not representable as an int then it is not a TTY and thus should return false immediately. This was reported by MSAN.
show more ...
|