Sam Balana

Results 13 issues of Sam Balana

**Description** While creating a syscall test for ICMP socket binding, I found a discrepancy with Linux. When binding an ICMP socket with an IPv6 address, `bind()` returns `EINVAL` whereas Linux...

type: bug
area: networking
revived

**Description** While writing a PacketImpact test for ICMP sockets, I found a discrepancy with Linux. When binding to the following IPv6 multicast addresses, - `ff01::1` - `ff02::1` - `ff02::2` Linux...

type: bug
good first issue
area: networking

If a test executed by `test_runner` raises `signals.TestAbortAll` before any failures or errors are received, the test will exit with status code `0` instead of what I expected to be...