History log of /PHP-8.3/ext/posix/tests/posix_isatty_manual_zpp.phpt (Results 1 – 2 of 2)
Revision Date Author Comments
# 59f6d08f 11-Jul-2023 George Peter Banyard

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 ...


# 54767b10 28-Dec-2022 George Peter Banyard

Manually handle int ZPP for posix_isatty()/posix_ttyname()