Re: jail2 patchset 12
- From: Alex Lyashkov <umka@xxxxxxxxxxx>
- Date: Tue, 19 Sep 2006 11:12:16 +0300
thanks for point this :( i will rewrite old jail api as wrapper to new
API for avoid similar errors...
В Втр, 19.09.2006, в 00:50, John Baldwin пишет:
On Sunday 17 September 2006 18:08, Alex Lyashkov wrote:_______________________________________________
Thanks for you report. I really more test new jail2 API then old :(
Please apply this patch.
# p4 diff -du kern_jail.c
==== //depot/projects/jail2/sys/kern/kern_jail.c#4 -
/root/jail2/sys/kern/kern_jail.c ====
@@ -316,6 +316,7 @@
if (error)
return (error);
+ mtx_lock(&allprison_mtx);
pr = prison_find(uap->jid);
if (pr == NULL) {
return (ESRCH);
Does this leak the lock in the ESRCH case now?
freebsd-hackers@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@xxxxxxxxxxx"
- References:
- jail2 patchset 12
- From: Alex Lyashkov
- Re: jail2 patchset 12
- From: Kris Kennaway
- Re: jail2 patchset 12
- From: Alex Lyashkov
- Re: jail2 patchset 12
- From: John Baldwin
- jail2 patchset 12
- Prev by Date: Delivering SIGKILL to init
- Next by Date: Re: numbers don't lie ...
- Previous by thread: Re: jail2 patchset 12
- Next by thread: Re: kern/102217: no driver for HP J2585A DeskDirect 10/100VG LAN Adapter
- Index(es):