]> git.ipfire.org Git - thirdparty/dhcpcd.git/commit
BSD: Ignore coverity errors
authorRoy Marples <roy@marples.name>
Fri, 3 May 2019 15:27:35 +0000 (16:27 +0100)
committerRoy Marples <roy@marples.name>
Fri, 3 May 2019 15:27:35 +0000 (16:27 +0100)
commit7c361f62838e029d4b234f7e772bf8dd5447e798
treea0be18d9b5f8ec92fafe122c29790dcb83564c73
parentff89567168e3c3ea4669d4f7bb43a3400fef6c28
BSD: Ignore coverity errors

We could do ((char *)rtm) + rtm->rtm_msglen but that looks
more ugly than rtm + 1.
src/dhcpcd.c
src/if-bsd.c