testing - 2015 - September - this message
[ previous , next ]
Subject: Re: [9fans] Privalloc(2) and rfork(RFPROC|RFMEM) (was: a pair nec
From: cinap_lenrek@[REDACTED] Date: Sun, 6 Sep 2015 01:38:15 +0200 hey charles! is privfree() broken? it appears it chains the slots together, but only the calling process will get a correct chain. the chain head (privs) is shared (in bss) and seen by all process so the others will get corrupted chains (chain link is private) no? i wonder what the intended use for privfree() was. theres no code using it. -- cinap