search for: make0

Displaying 1 result from an estimated 1 matches for "make0".

Did you mean: make
2005 May 18
1
cvs commit: src/usr.bin/make job.c
...n need to create a fifo > in it. (This is two steps, and thus can allow a race) > > Assume badmake has same uid, so it can create a file in the uniq > directory. (Of course this means that the bad guy already has > your account.) > Normal pattern: > --------------------- > make0: uses mkdtmp() to create dir /tmp/4321 > make0: tries to create fifo /tmp/4321 > make1: uses mkdtmp() to create dir /tmp/4321 but fails > make1: mkdtmp() next tries to create /tmp/4322 successs > make1: tries to create fifo /tmp/4322 > > > Sort of DOS: > --------------------...