freebsd-dev/lib/libss
Warner Losh e8420087b0 Replace memory leaking instances of realloc with non-leaking reallocf.
In some cases replace if (a == null) a = malloc(x); else a =
realloc(a, x); with simple reallocf(a, x).  Per ANSI-C, this is
guaranteed to be the same thing.

I've been running these on my system here w/o ill effects for some
time.  However, the CTM-express is at part 6 of 34 for the CAM
changes, so I've not been able to do a build world with the CAM in the
tree with these changes.  Shouldn't impact anything, but...
1998-09-16 04:17:47 +00:00
..
copyright.h MIT SIPB subsystem' library, needed for kadmin' and some other MIT programs. 1995-01-19 21:28:01 +00:00
data.c General -Wall warning cleanup, part I. 1996-07-12 18:57:58 +00:00
error.c Remove a 'const' because it was getting thrown away anyway. 1998-05-10 23:48:18 +00:00
execute_cmd.c General -Wall warning cleanup, part I. 1996-07-12 18:57:58 +00:00
help.c Replace memory leaking instances of realloc with non-leaking reallocf. 1998-09-16 04:17:47 +00:00
invocation.c Replace memory leaking instances of realloc with non-leaking reallocf. 1998-09-16 04:17:47 +00:00
list_rqs.c General -Wall warning cleanup, part I. 1996-07-12 18:57:58 +00:00
listen.c use termios when POSIX is defined in the Makefile, not sgtty 1996-09-07 17:31:37 +00:00
Makefile Separated header creation from header installation in libss. Create 1998-03-12 10:08:50 +00:00
pager.c General -Wall warning cleanup, part I. 1996-07-12 18:57:58 +00:00
parse.c Replace memory leaking instances of realloc with non-leaking reallocf. 1998-09-16 04:17:47 +00:00
prompt.c General -Wall warning cleanup, part I. 1996-07-12 18:57:58 +00:00
request_tbl.c Replace memory leaking instances of realloc with non-leaking reallocf. 1998-09-16 04:17:47 +00:00
requests.c General -Wall warning cleanup, part I. 1996-07-12 18:57:58 +00:00
ss_err.et MIT SIPB subsystem' library, needed for kadmin' and some other MIT programs. 1995-01-19 21:28:01 +00:00
ss_internal.h Allow this to compile with NetBSD tools. 1998-01-09 23:51:04 +00:00
ss.h Port to FreeBSD. 1995-01-19 22:28:38 +00:00
std_rqs.ct MIT SIPB subsystem' library, needed for kadmin' and some other MIT programs. 1995-01-19 21:28:01 +00:00