git: Fix INVARIANT build issue

2012-11-10 Thread Sascha Wildner
commit 6f20830063f7bfcf580a2db3dbab273591d4b5fe Author: Adam Sakareassen lists_d...@petrified.com.au Date: Fri Nov 9 02:46:00 2012 +1100 Fix INVARIANT build issue Summary of changes: sys/kern/kern_spinlock.c | 14 ++ 1 files changed, 10 insertions(+), 4 deletions(-)

git: DragonFly_RELEASE_3_2 getline(3): Fix segfault caused by NULL pointer

2012-11-10 Thread John Marino
commit 54b982d143ab373923cf1538e7a727f50d361de3 Author: John Marino net...@marino.st Date: Wed Nov 7 21:15:35 2012 +0100 getline(3): Fix segfault caused by NULL pointer This fixes a segfault seen with pkg's audit function, and effectively syncs getdelim with FreeBSD.