]> git.ipfire.org Git - thirdparty/dhcpcd.git/commit
read(2) works on ssize_t so we should use this rather than size_t for our buffers...
authorRoy Marples <roy@marples.name>
Mon, 31 Mar 2008 10:23:59 +0000 (10:23 +0000)
committerRoy Marples <roy@marples.name>
Mon, 31 Mar 2008 10:23:59 +0000 (10:23 +0000)
commit211da073490c5decd1deb46034385437a54ca977
treed3b10cacc4b36f14238f6ec89170114089f969bd
parent0a204e3b9886bd2a88084a5d5796a997ca610c84
read(2) works on ssize_t so we should use this rather than size_t for our buffers. A DHCP or ARP packet still easily fits into this.
arp.c
bpf.c
client.c
socket.c
socket.h