Thread (2 messages) flat view 2 messages, 2 authors, 2016-06-15

Re: [PATCH v2] Add an option not to use link(src, dest) && unlink(src) when that is unreliable

From: Johannes Schindelin <hidden>
Date: 2016-06-15 22:46:40

Hi,

On Sat, 25 Apr 2009, Junio C Hamano wrote:
So if you do:

	cat >corrupt-move.c <<\EOF
	#include <unistd.h>
	int main(int ac, char **av)
        {
                return (link(av[1], av[2]) || unlink(av[1]));
	}
	EOF
        cc -o corrupt-move corrupt-move.c
        ./corrupt-move corrupt-move.c corrupt-move.c.new

you end up with a corrupt-move.c.new file that is full of NUL?
I have not compiled and run this code, but I am _real_ sure that this is 
exactly the issue.

Ciao,
Dscho
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help