aboutsummaryrefslogtreecommitdiff
path: root/shell/cmdedit.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2006-02-17Fix for an integer overflow bug that could cause a segfault on certainlandley1-1/+1
pathological archives. (Unlikely to have security implications, the only way to trigger it basically wound up doing memset(dbuf,x,2^31) and triggering an immediate segfault. The test basically gives us a more polite error message.) Thanks to Ned Ludd and the Gentoo security guys for finding this. git-svn-id: svn://busybox.net/trunk/busybox@14086 69ca8d6d-28ef-0310-b511-8ec308f3f277
2006-02-17The tendency of vi to auto-indent can be really annoying at times.landley1-75/+75
git-svn-id: svn://busybox.net/trunk/busybox@14085 69ca8d6d-28ef-0310-b511-8ec308f3f277
2006-02-17More whitespace than you can possibly imagine...landley1-18/+145
git-svn-id: svn://busybox.net/trunk/busybox@14083 69ca8d6d-28ef-0310-b511-8ec308f3f277
2006-02-17Update Rogues Gallery.landley1-16/+31
git-svn-id: svn://busybox.net/trunk/busybox@14082 69ca8d6d-28ef-0310-b511-8ec308f3f277