Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Jun 2000 23:46:34 -0700
From:      "Andrey A. Chernov" <ache@freebsd.org>
To:        "Jeroen C. van Gelderen" <jeroen@vangelderen.org>
Cc:        Mark Murray <mark@grondar.za>, Kris Kennaway <kris@FreeBSD.ORG>, current@FreeBSD.ORG
Subject:   Re: mktemp() patch
Message-ID:  <20000609234634.A50676@freebsd.org>
In-Reply-To: <20000609232358.A38967@freebsd.org>; from ache@freebsd.org on Fri, Jun 09, 2000 at 11:23:58PM -0700
References:  <394124C3.221E61BC@vangelderen.org> <200006092002.WAA00773@grimreaper.grondar.za> <20000609155342.B33329@freebsd.org> <39417FA5.F260EAA8@vangelderen.org> <20000609232358.A38967@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Jun 09, 2000 at 11:23:58PM -0700, Andrey A. Chernov wrote:
> > would be the way to go: 64^6 = 2^36 possibilities which is nice...
> 
> 1) Just totally opposite: mixing random with non-random sources you'll get 
> into collision much faster then with random source only.  2) Yet, of course, 
> the code handles collisions.

Part 2) need to be clarified too.  The code _attempt_ to handle collision, 
but collision race can occurse between two processes checking for collision, 
so getpid() insertion prevents this.  I am not against of removing 
getpid() code totally, just against of "randomization" of it, suggested in 
the patch, which increase collision chance.

-- 
Andrey A. Chernov
<ache@nagual.pp.ru>
http://ache.pp.ru/


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000609234634.A50676>