]> git.ipfire.org Git - thirdparty/dhcpcd.git/commit
DHCP6: Assert auto sla is only 32-bits
authorRoy Marples <roy@marples.name>
Mon, 22 Jul 2019 11:44:20 +0000 (12:44 +0100)
committerRoy Marples <roy@marples.name>
Mon, 22 Jul 2019 11:44:20 +0000 (12:44 +0100)
commitc39fde3fe84d301a6f897ec5163ac08ec9cc178e
treea50a8ceb4bdd1e63fd84bf787e67b157a70eb61c
parent70c3bba36d8ac4597f0c4d38bbe3b624f9aa14a9
DHCP6: Assert auto sla is only 32-bits

It already is due to the use of fls32 above, but this assertion
makes clang static analyser happy.
src/dhcp6.c