[Bug 10526] env: invalid number 'VAR' error when using `env -u VAR`

bugzilla at busybox.net bugzilla at busybox.net
Sun Dec 24 22:04:09 UTC 2017


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

--- Comment #1 from Jean-Louis Fuchs <ganwell at fangorn.ch> ---
Here my tests:

$> sudo docker run -ti --rm busybox
/ # busybox
BusyBox v1.27.2 (2017-11-01 22:58:00 UTC) multi-call binary.
...
/ # env -u HOME env
env: invalid number 'HOME'
/ # env -u 1 env
Segmentation fault

Since it said invalid number I tried a number and got a segfault.

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


More information about the busybox-cvs mailing list