Age | Commit message (Collapse) | Author |
|
|
|
coverity.com
|
|
|
|
|
|
|
|
|
|
you can now use [1-1] without curl complaining.
|
|
|
|
|
|
could very well cause a negate number get passed in and thus cause reading
outside of the array usually used for this purpose.
We avoid this by using the uppercase macro versions introduced just now that
does some extra crazy typecasts to avoid byte codes > 127 to cause negative
int values.
|
|
for not returning a value from a non-void function (even though the code
never actually reached that point before)
|
|
|
|
step counter by adding :[num] within the brackets when specifying a range.
|
|
|
|
uninitialized variables. Pointed out to us by the friendly Valgrind.
|
|
|
|
|
|
that particular index. Reported in bug report 997536.
|
|
killed trailing whitespace
|
|
defined (which it never is atm).
Now, we can focus on making 'runtests -t [num]' work on all test cases and
we should never leak nor crash.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
to support numbers larger than 9
|
|
|
|
|
|
|
|
errors correctly to the user, if need be.
Also fixed so that a missing ] in the globbing process no longer leads
to core dump.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
globbing, it makes IPv6 support easier and smoother to add.
|
|
|
|
|
|
|
|
size instead
|
|
|
|
|
|
|
|
|
|
|