]> andersk Git - moira.git/commit
Make sq routines check the result of malloc. (Mostly for dbck.)
authordanw <danw>
Mon, 12 Aug 1996 20:59:35 +0000 (20:59 +0000)
committerdanw <danw>
Mon, 12 Aug 1996 20:59:35 +0000 (20:59 +0000)
commit9d6275475e143ce6fabdd6b5d41be9e20cc1b802
tree753a35835ad5fdf13b22c22e0b4632816b492734
parent1bcd63b75cd6a7d5364498895444cefa1a647776
Make sq routines check the result of malloc. (Mostly for dbck.)

sq_save_data, etc now return 1 on success and 0 on failure. (This is a
backwards-compatible change: they were implicitly returning int values
already, but those values weren't being checked anywhere).
lib/sq.c
This page took 0.064746 seconds and 5 git commands to generate.