Re: [dev] announcing edit-pipe
On Sun, 27 Aug 2017, Thomas Levine <__AT_thomaslevine.com> wrote:
> * mktemp is not portable; you could use something like the date and
> process identifier ($$) to create a portable temporary file.
This is very wrong advice, please don't do this. Current timestamp is as
guessable as it gets. PIDs on most systems are limited to 5 digits. All
very easy to bruteforce.
If you're concerned with the availability of mktemp, port it.
<3,K.
Received on Sun Aug 27 2017 - 22:46:36 CEST
This archive was generated by hypermail 2.3.0
: Sun Aug 27 2017 - 22:48:30 CEST