the bitrig pedro_uninit branch has been created by pedro.

it is 0 commits behind master, and 2 commits ahead.

commit f2b6c81c576abbfc1ccc99d3ddc4e2d19a752bde
diff: https://github.com/bitrig/bitrig/commit/f2b6c81
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.

M       usr.sbin/ospf6ctl/ospf6ctl.c

commit 35093c1667c2af26b53b217527284f06135c8a92
diff: https://github.com/bitrig/bitrig/commit/35093c1
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.

M       usr.sbin/ldapd/modify.c

Reply via email to