]> granicus.if.org Git - fcron/commit
- removed Flush() macro (replaced by free_safe())
authorThibault Godouet <thib@wind.(none)>
Sun, 10 Jan 2010 17:11:13 +0000 (17:11 +0000)
committerThibault Godouet <thib@wind.(none)>
Sun, 10 Jan 2010 17:11:13 +0000 (17:11 +0000)
commit746e72ce7df8e7b923f49f5a43d8782783b85c9a
treeaf224111ebb7fd4976ef6cf7b316b08d4bbdf8b2
parentb7f5f88d0f162b66c7d184286d9eeb5f2b1ba9fe
- removed Flush() macro (replaced by free_safe())
- added alloc_safe() and realloc_safe(): wrappers around calloc() and realloc() that die on error
- checked the code to use free_safe(), Set(),  Alloc(), alloc_safe() and realloc_safe() whenever appropriate
16 files changed:
conf.c
convert-fcrontab.c
database.c
doc/en/todo.sgml
env_list.c
fcron.c
fcrondyn.c
fifo_list.c
fileconf.c
global.h
job.c
log.c
socket.c
subs.c
subs.h
u_list.c