[Bug 10656] New: 32-bit mv will not move broken symlinks

bugzilla at busybox.net bugzilla at busybox.net
Tue Jan 16 08:36:10 UTC 2018


https://bugs.busybox.net/show_bug.cgi?id=10656

            Bug ID: 10656
           Summary: 32-bit mv will not move broken symlinks
           Product: Busybox
           Version: 1.27.x
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Other
          Assignee: unassigned at busybox.net
          Reporter: john.frankish at outlook.com
                CC: busybox-cvs at busybox.net
  Target Milestone: ---

Created attachment 7431
  --> https://bugs.busybox.net/attachment.cgi?id=7431&action=edit
busybox config

Using busybox-1.27.2, with the same .config with x86 and x86_64, the mv command
will move broken symlinks with x86_64, but not with x86.

x86_64

$ mkdir -p test/old test/new
$ cd test/old
$ touch some-file
$ ln -s some-file good-link
$ ln -s no-file bad-link
$ mv * ../new
$ cd ..
$ find
.
./new
./new/some-file
./new/good-link
./new/bad-link
./old

..with x86, bad-link is left in ./old

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the busybox-cvs mailing list