History log of /openbsd-current/regress/sys/netinet/in_pcbbind/runtest.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.7 10-Apr-2022 claudio

Print the strerror of the expected error. errno is not valid here since
bind(2) succeeded.


Revision tags: OPENBSD_6_9_BASE OPENBSD_7_0_BASE OPENBSD_7_1_BASE
# 1.6 30-Dec-2020 benno

getifaddrs() can return entries where ifa_addr is NULL. Check for this
before accessing anything in ifa_addr.
ok claudio@


Revision tags: OPENBSD_6_2_BASE OPENBSD_6_3_BASE OPENBSD_6_4_BASE OPENBSD_6_5_BASE OPENBSD_6_6_BASE OPENBSD_6_7_BASE OPENBSD_6_8_BASE
# 1.5 06-Jul-2017 bluhm

Initialize the return value and do not use garbage as exit status.
Then the test passes.


Revision tags: OPENBSD_6_1_BASE
# 1.4 05-Sep-2016 vgross

Big refactoring in main(), simplify the invocation syntax.


Revision tags: OPENBSD_5_9_BASE OPENBSD_6_0_BASE
# 1.3 22-Dec-2015 vgross

Correct expected results on v6 mcast bind on ANY, and add comments to
explain why they are expected.


# 1.2 09-Dec-2015 vgross

add multicast test suites


# 1.1 07-Dec-2015 vgross

Add regression tests for in_pcbbind.


# 1.6 30-Dec-2020 benno

getifaddrs() can return entries where ifa_addr is NULL. Check for this
before accessing anything in ifa_addr.
ok claudio@


Revision tags: OPENBSD_6_2_BASE OPENBSD_6_3_BASE OPENBSD_6_4_BASE OPENBSD_6_5_BASE OPENBSD_6_6_BASE OPENBSD_6_7_BASE OPENBSD_6_8_BASE
# 1.5 06-Jul-2017 bluhm

Initialize the return value and do not use garbage as exit status.
Then the test passes.


Revision tags: OPENBSD_6_1_BASE
# 1.4 05-Sep-2016 vgross

Big refactoring in main(), simplify the invocation syntax.


Revision tags: OPENBSD_5_9_BASE OPENBSD_6_0_BASE
# 1.3 22-Dec-2015 vgross

Correct expected results on v6 mcast bind on ANY, and add comments to
explain why they are expected.


# 1.2 09-Dec-2015 vgross

add multicast test suites


# 1.1 07-Dec-2015 vgross

Add regression tests for in_pcbbind.


Revision tags: OPENBSD_6_2_BASE
# 1.5 06-Jul-2017 bluhm

Initialize the return value and do not use garbage as exit status.
Then the test passes.


Revision tags: OPENBSD_6_1_BASE
# 1.4 05-Sep-2016 vgross

Big refactoring in main(), simplify the invocation syntax.


Revision tags: OPENBSD_5_9_BASE OPENBSD_6_0_BASE
# 1.3 22-Dec-2015 vgross

Correct expected results on v6 mcast bind on ANY, and add comments to
explain why they are expected.


# 1.2 09-Dec-2015 vgross

add multicast test suites


# 1.1 07-Dec-2015 vgross

Add regression tests for in_pcbbind.