Age | Commit message (Collapse) | Author |
|
|
|
readlink(2).
|
|
-Erik
|
|
|
|
|
|
|
|
Brian Webb <webbb@desertscenes.net>.
|
|
uses it to avoid possible buffer underruns whn strlen is zero, and avoid the
possible space-hogging inline of strlen() in several cases.
-Erik
|
|
BB_[FEATURE] #defines won't be ignored. Credit to Magnus Damm for spotting
this.
|
|
|
|
This way, we can new get rid of all that tedious #define rubbish we used to
need to enable specific messages. This way is enormously simpler, and as a
bonus also ends up saving us 96 bytes.
-Erik
|
|
|
|
|
|
|
|
|
|
|
|
file with lash. Based on report from Heinz Walter.
|
|
|
|
|
|
|
|
|
|
support code after all). It also contains a patch from Larry Doolittle
that removes two instances of "strlen([^)]*) *- *1", un-shadows two
variables, relaxes requirement for a sprintf(3) that returns number of
bytes written, and eliminates a duplicate subroutine.
|
|
-Erik
|
|
|
|
undefined evaluation ordering. Thanks to Anthony Towns for explanation and
solution.
|
|
rename variable.
deb_extract, untar and dpkg_deb modified to make the above possible
|
|
operation of dpkg-deb -f
|
|
multi-line fields.
|
|
In future maybe add char *end_str to interface to allow calling function
to specify end point.
|
|
|
|
|
|
More updates to come
|
|
|
|
as possible.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
TODO: This function and its conterpart in tar.c should be merged
|
|
|
|
|
|
|
|
|
|
|
|
-Erik
|
|
is (as the name implies) is recursive, reducing stack memory usage
is important to avoid exhausting available stack memory.
|