]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
The expand_name() function isn't called with the process lock held anymore,
authorPawel Jakub Dawidek <pjd@FreeBSD.org>
Wed, 19 Dec 2012 12:00:09 +0000 (12:00 +0000)
committerPawel Jakub Dawidek <pjd@FreeBSD.org>
Wed, 19 Dec 2012 12:00:09 +0000 (12:00 +0000)
commit086053a370d0fb6d78c6f3ecd341d3bf3150edab
tree87f934fc9280d3ef8c6763503a91d8b7d0b538e0
parent44525d12bc9451e741023b760f0bb6f4714ceea7
The expand_name() function isn't called with the process lock held anymore,
so we can safely use malloc(M_WAITOK) now.

Pointed out by: kib
sys/kern/kern_sig.c