[Toybox] acpi.test, Ifconfig.test fixes

2014-12-01 Thread Cynt Rynt
Hi, Attached is a patch that adds a first stab at a testsuite for the acpi utility, and a patch that fixes some of the issues with the ifconfig testsuite. 1. Changed the context again... I tried running the tests on aboriginal Linux, but it said there was no ip command, nor modprobe, which are tw

Re: [Toybox] Scan-build error

2014-11-26 Thread Cynt Rynt
ase... OK. Looking forward to your feedback on this patch. Thanks, Cindy > Thanks, > Cindy >Sorry this is taking so long, juggling many things. It's okay, this is just a hobby for me. On Wed, Nov 19, 2014 at 5:38 PM, Rob Landley wrote: > On 11/12/14 20:48, Cynt Rynt wrote: >

[Toybox] Assigned value is garbage or undefined

2014-11-18 Thread Cynt Rynt
Bug reported by the clang static analyzer. File: /home/cindy/toybox-2014-11-18/toys/other/chvt.c Line: 24 Description: Assigned value is garbage or undefined File: /home/cindy/toybox-2014-11-18/toys/other/losetup.c Line: 64 diff -r b5968bffb65c toys/other/chvt.c --- a/toys/other/chvt.c Tue Nov 18

Re: [Toybox] Scan-build error

2014-11-12 Thread Cynt Rynt
bug. Attached is the .patch that generated the issue. Thanks, Cindy On Tue, Nov 11, 2014 at 1:07 PM, Rob Landley wrote: > On 11/11/14 13:05, Cynt Rynt wrote: > > Hi, > > Ran scan-build on toybox and found some errors. This fix removed an > > error in password.c, but I&#

[Toybox] Scan-build error

2014-11-11 Thread Cynt Rynt
Hi, Ran scan-build on toybox and found some errors. This fix removed an error in password.c, but I'm not sure if it's the right fix. Thanks, Cindy diff -r 2997847aa299 lib/password.c --- a/lib/password.cMon Nov 10 17:17:17 2014 -0600 +++ b/lib/password.cTue Nov 11 11:04:05 2014 -0800 @@ -8