Bug 197 - msh crashes when resetting positional args
Summary: msh crashes when resetting positional args
Status: RESOLVED WONTFIX
Alias: None
Product: Busybox
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: PC Linux
: P5 enhancement
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-19 00:34 UTC by Mike Frysinger
Modified: 2009-04-06 13:01 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Frysinger 2009-03-19 00:34:18 UTC
i thought this used to work, but it certainly doesnt with latest trunk and the 1.13.x series

$ ./busybox msh
$ echo $1

$ set -- 1 2 3
$ echo $1
Segmentation fault
Comment 1 Mike Frysinger 2009-04-06 13:01:34 UTC
people should use hush now (and it works in this regard)