Ticket #1500: Segmentation fault while background copying
commit81f5b5e0b89627813f042902d4cff3cfc7dc88f7
authorAlexander Moiseenko <imdagger@yandex.ru>
Mon, 19 Oct 2009 21:30:55 +0000 (20 00:30 +0300)
committerSlava Zanko <slavazanko@gmail.com>
Wed, 28 Oct 2009 10:05:06 +0000 (28 12:05 +0200)
tree62004a3420e3bceb50f4d5f3580af4ff276fab8e
parent720eca3fa39b4f51ef5bfde4bb5733dced9578e5
Ticket #1500: Segmentation fault while background copying

Test case:
 * create file with name "test" in "tmp" directory (for example)
 * create directory with same name ("test") in other "tmp2" directory (for example)
 * try to copy or move file "test" into "tmp2" in background mode
 * wait for some time

Signed-off-by: Slava Zanko <slavazanko@gmail.com>
src/background.c
src/background.h
src/file.c