commit | 78a5ddeff0352ee7a4f6a02333c07657f0b4ccc0 | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Tue Jun 22 08:40:54 2004 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Tue Jun 22 08:40:54 2004 +0000 |
tree | add73a66dfaf7054b27b9456e6a8edf2b71c4072 | |
parent | ed9ecf78942e6da6f23f2e480639135c10631313 [diff] |
Robin Farine writes: Package: BusyBox Version: 1.0.0-pre10 Passing the -q <integer> option to inetd causes it to dereference an invalid pointer (optarg). The attached patch provides a fix to this problem. Robin