Age | Commit message (Collapse) | Author |
|
|
|
|
|
(eg ifupdown). Changed the name to llist_add_to as i plan on adding more llist_ functions as needed (e.g. llist_free).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
memory leaks and reorganise dependency checking.
Some further memory leaks fixed by me.
|
|
* archival/tar.c (append_file_list_to_list): Likewise.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
set its status correctly.
|
|
Only initialise a new entry in the status hashtable if it really is a new entry.
|
|
package the old packages status was getting overwritten.
|
|
up by Stefan
|
|
|
|
Also fixed a very silly error by me when running postinst (remember to use the variable BEFORE its freed)
|
|
|
|
|
|
|
|
|
|
|
|
Fixes for a few bugs that have crept into dpkg in the last few days
|
|
with another dpkg command
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
uses it to avoid possible buffer underruns whn strlen is zero, and avoid the
possible space-hogging inline of strlen() in several cases.
-Erik
|
|
|
|
rename variable.
deb_extract, untar and dpkg_deb modified to make the above possible
|