mariadb/mysql-test/main/bad_startup_options_debug.result
Daniel Black 243dee7415 MDEV-34437: handle error on getaddrinfo
When getaddrinfo returns and error, the contents
of ai are invalid so we cannot continue based
on their data structures.

In the previous branch of the if statement, we
abort there if there is an error so for consistency
we abort here too.

The test case fixes the port number to UINTMAX32
for both an enumberated bind-address and the
default bind-address covering the two calls to
getaddrinfo.

Review thanks Sanja.
2024-07-02 17:11:32 +10:00

7 lines
269 B
Text

#
# MDEV-34437 SIGSEGV in vio_get_normalized_ip when using extra-port
#
FOUND 1 /\[ERROR\] Can't create IP socket: Servname not supported/ in errorlog.err
FOUND 1 /\[ERROR\] Can't create IP socket: Servname not supported/ in errorlog.err
# restart
# End of 10.11 tests