the bitrig master branch has been updated by pedro with 3 new commits: commit bdfdf207cca4bebb5e6f062d3b395400e8fe8565 diff: https://github.com/bitrig/bitrig/commit/bdfdf20 author: Pedro Martelletto <[email protected]> date: Sat Feb 28 19:24:14 2015 +0100
Fix uninitialised use of a pointer in read_mb(). Whenever the first 'if' in this function fails, the 'ifap' (no kidding) pointer is used uninitialised in the error path. Found by clang 3.6. OK natano@. M usr.bin/systat/mbufs.c commit 13bbe58c52b39feea3dd525a7c87e1b4398893df diff: https://github.com/bitrig/bitrig/commit/13bbe58 author: Pedro Martelletto <[email protected]> date: Sat Feb 28 18:09:00 2015 +0100 Fix uninitialised use of a pointer in show_database_head(). Whenever the link scope of an address can't be determined, the 'header' pointer is used uninitialised in a call to printf(). Found by clang 3.6. OK natano@. M usr.sbin/ospf6ctl/ospf6ctl.c commit f0ecf5a1d28b8f88c2b9182cb36d4fd50ba1c4e7 diff: https://github.com/bitrig/bitrig/commit/f0ecf5a author: Pedro Martelletto <[email protected]> date: Sat Feb 28 18:05:33 2015 +0100 Fix uninitialised use of a pointer in ldap_modify(). Whenever namespace_get() fails, 'vals' is used uninitialised in the error path. Found by clang 3.6. OK natano@. M usr.sbin/ldapd/modify.c
