| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
ok benno@
|
|
|
|
|
|
|
| |
each *.c file.
Inspired by mention of header silliness by Edgar Pettijohn and mmcc@
on tech@.
|
| |
|
|
|
|
|
|
| |
is checked for NULL and a specific error/warning issued. Add
two such manual warning/error checks and kill those dmalloc
calls. And then there were none, so kill dmalloc(). Whew.
|
|
|
|
|
| |
immediately before the use or the pointer is checked for NULL before
the call. And then there were none, so kill dfree().
|
|
|
|
|
|
|
|
|
| |
wrappers around wrappers around calloc().
The purpose of the free() wrapper is to generate an error message
when free'ing NULL. But free_hash_bucket(), free_lease(), and
free_tree() are all called immediately after dereferencing the
pointer to be freed. Thus the error message will never be issued.
|
|
|
|
| |
bites the dust.
|
| |
|
|
|
|
| |
new_subnet(), bite the dust.
|
|
|
|
|
|
|
| |
around calloc() and end up producing duplicate error messages are
just confusing.
Eliminate new_hash_bucket(), new_lease(), new_leases(), new_group().
|
|
|
|
|
|
|
|
|
|
| |
fixed.
Eliminate the function new_class() by expanding the only use
Use strdup() and calloc() rather than manually simulating them.
No functional change.
|
| |
|
| |
|
|
|
|
| |
few missing functions
|
|
|