summaryrefslogtreecommitdiffstats
path: root/source/lib/data_blob.c
Commit message (Collapse)AuthorAgeFilesLines
* Set the length back to zero when we free the data_blob.Andrew Bartlett2003-02-171-0/+1
|
* Accessing data after it's been free()ed really is a no-no...Andrew Bartlett2003-01-131-1/+0
| | | | Andrew Bartlett
* Nobody uses this, and its really just a layer of internal implementation.Andrew Bartlett2002-05-231-1/+1
| | | | Make it static (till sombody needs its...)
* Fix a silly memory (getpnam_alloc()) leak spotted by Elrond, and moveAndrew Bartlett2002-05-221-0/+109
the DATA_BLOB code into its own file. It would be nice to go over some of the other util.c functions, and check that we still use them all, and that we use them in more than one place. Andrew Bartlett