the bitrig master branch has been updated by pedro with 1 new commit: commit 1b5db24b090b717bd5a06f1b16a1765b928cc261 diff: https://github.com/bitrig/bitrig/commit/1b5db24 author: Pedro Martelletto <[email protected]> date: Fri Mar 27 09:44:40 2015 +0100
Rework if_alloc_sadl(). Rework if_alloc_sadl(), so that it: - uses roundup() from sys/param.h instead of rolling its own; - uses size_t for length variables; - does careful checks and truncation; OK natano@. M sys/net/if.c
