Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Set the length back to zero when we free the data_blob. | Andrew Bartlett | 2003-02-17 | 1 | -0/+1 |
| | |||||
* | Accessing data after it's been free()ed really is a no-no... | Andrew Bartlett | 2003-01-13 | 1 | -1/+0 |
| | | | | Andrew Bartlett | ||||
* | Nobody uses this, and its really just a layer of internal implementation. | Andrew Bartlett | 2002-05-23 | 1 | -1/+1 |
| | | | | Make it static (till sombody needs its...) | ||||
* | Fix a silly memory (getpnam_alloc()) leak spotted by Elrond, and move | Andrew Bartlett | 2002-05-22 | 1 | -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 |