mirror of
https://github.com/reactos/syzkaller.git
synced 2024-11-23 11:29:46 +00:00
d9e55b056e
Update #1594
8 lines
321 B
Plaintext
8 lines
321 B
Plaintext
# This simply creates 2 UDP sockets and sends a packet between them.
|
|
|
|
r0 = socket$inet_udp(AUTO, AUTO, AUTO)
|
|
bind$inet(r0, &AUTO={AUTO, 0x4e20, @empty}, AUTO)
|
|
r1 = socket$inet_udp(AUTO, AUTO, AUTO)
|
|
sendto$inet(r1, &AUTO=""/10, AUTO, 0x0, &AUTO={AUTO, 0x4e20, @empty}, AUTO)
|
|
recvfrom(r0, &AUTO=""/10, AUTO, 0x0, 0x0, 0x0)
|