Home
last modified time | relevance | path

Searched hist:e8420087b0ae4a2d0611cd2f6413d150cfc83554 (Results 1 – 22 of 22) sorted by relevance

/freebsd/lib/libc/db/btree/
H A Dbt_overflow.cdiff e8420087b0ae4a2d0611cd2f6413d150cfc83554 Wed Sep 16 06:17:47 CEST 1998 Warner Losh <imp@FreeBSD.org> 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...
diff e8420087b0ae4a2d0611cd2f6413d150cfc83554 Wed Sep 16 06:17:47 CEST 1998 Warner Losh <imp@FreeBSD.org> 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...
/freebsd/lib/libc/db/recno/
H A Drec_get.cdiff e8420087b0ae4a2d0611cd2f6413d150cfc83554 Wed Sep 16 06:17:47 CEST 1998 Warner Losh <imp@FreeBSD.org> 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...
diff e8420087b0ae4a2d0611cd2f6413d150cfc83554 Wed Sep 16 06:17:47 CEST 1998 Warner Losh <imp@FreeBSD.org> 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...
H A Drec_put.cdiff e8420087b0ae4a2d0611cd2f6413d150cfc83554 Wed Sep 16 06:17:47 CEST 1998 Warner Losh <imp@FreeBSD.org> 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...
diff e8420087b0ae4a2d0611cd2f6413d150cfc83554 Wed Sep 16 06:17:47 CEST 1998 Warner Losh <imp@FreeBSD.org> 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...
/freebsd/lib/libc/gen/
H A Dstringlist.cdiff e8420087b0ae4a2d0611cd2f6413d150cfc83554 Wed Sep 16 06:17:47 CEST 1998 Warner Losh <imp@FreeBSD.org> 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...
diff e8420087b0ae4a2d0611cd2f6413d150cfc83554 Wed Sep 16 06:17:47 CEST 1998 Warner Losh <imp@FreeBSD.org> 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...
H A Dgetcap.cdiff e8420087b0ae4a2d0611cd2f6413d150cfc83554 Wed Sep 16 06:17:47 CEST 1998 Warner Losh <imp@FreeBSD.org> 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...
diff e8420087b0ae4a2d0611cd2f6413d150cfc83554 Wed Sep 16 06:17:47 CEST 1998 Warner Losh <imp@FreeBSD.org> 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...
H A Dscandir.cdiff e8420087b0ae4a2d0611cd2f6413d150cfc83554 Wed Sep 16 06:17:47 CEST 1998 Warner Losh <imp@FreeBSD.org> 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...
diff e8420087b0ae4a2d0611cd2f6413d150cfc83554 Wed Sep 16 06:17:47 CEST 1998 Warner Losh <imp@FreeBSD.org> 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...
H A Dgetcwd.cdiff e8420087b0ae4a2d0611cd2f6413d150cfc83554 Wed Sep 16 06:17:47 CEST 1998 Warner Losh <imp@FreeBSD.org> 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...
diff e8420087b0ae4a2d0611cd2f6413d150cfc83554 Wed Sep 16 06:17:47 CEST 1998 Warner Losh <imp@FreeBSD.org> 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...
H A Dopendir.cdiff e8420087b0ae4a2d0611cd2f6413d150cfc83554 Wed Sep 16 06:17:47 CEST 1998 Warner Losh <imp@FreeBSD.org> 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...
diff e8420087b0ae4a2d0611cd2f6413d150cfc83554 Wed Sep 16 06:17:47 CEST 1998 Warner Losh <imp@FreeBSD.org> 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...
H A Dfts-compat.cdiff e8420087b0ae4a2d0611cd2f6413d150cfc83554 Wed Sep 16 06:17:47 CEST 1998 Warner Losh <imp@FreeBSD.org> 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...
diff e8420087b0ae4a2d0611cd2f6413d150cfc83554 Wed Sep 16 06:17:47 CEST 1998 Warner Losh <imp@FreeBSD.org> 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...
H A Dgetgrent.cdiff e8420087b0ae4a2d0611cd2f6413d150cfc83554 Wed Sep 16 06:17:47 CEST 1998 Warner Losh <imp@FreeBSD.org> 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...
diff e8420087b0ae4a2d0611cd2f6413d150cfc83554 Wed Sep 16 06:17:47 CEST 1998 Warner Losh <imp@FreeBSD.org> 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...
H A Dfts.cdiff e8420087b0ae4a2d0611cd2f6413d150cfc83554 Wed Sep 16 06:17:47 CEST 1998 Warner Losh <imp@FreeBSD.org> 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...
diff e8420087b0ae4a2d0611cd2f6413d150cfc83554 Wed Sep 16 06:17:47 CEST 1998 Warner Losh <imp@FreeBSD.org> 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...
H A Dgetpwent.cdiff e8420087b0ae4a2d0611cd2f6413d150cfc83554 Wed Sep 16 06:17:47 CEST 1998 Warner Losh <imp@FreeBSD.org> 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...
diff e8420087b0ae4a2d0611cd2f6413d150cfc83554 Wed Sep 16 06:17:47 CEST 1998 Warner Losh <imp@FreeBSD.org> 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...
/freebsd/lib/libutil/
H A Dlogin_auth.cdiff e8420087b0ae4a2d0611cd2f6413d150cfc83554 Wed Sep 16 06:17:47 CEST 1998 Warner Losh <imp@FreeBSD.org> 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...
diff e8420087b0ae4a2d0611cd2f6413d150cfc83554 Wed Sep 16 06:17:47 CEST 1998 Warner Losh <imp@FreeBSD.org> 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...
/freebsd/lib/libc/stdio/
H A Dasprintf.cdiff e8420087b0ae4a2d0611cd2f6413d150cfc83554 Wed Sep 16 06:17:47 CEST 1998 Warner Losh <imp@FreeBSD.org> 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...
diff e8420087b0ae4a2d0611cd2f6413d150cfc83554 Wed Sep 16 06:17:47 CEST 1998 Warner Losh <imp@FreeBSD.org> 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...
H A Dfvwrite.cdiff e8420087b0ae4a2d0611cd2f6413d150cfc83554 Wed Sep 16 06:17:47 CEST 1998 Warner Losh <imp@FreeBSD.org> 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...
diff e8420087b0ae4a2d0611cd2f6413d150cfc83554 Wed Sep 16 06:17:47 CEST 1998 Warner Losh <imp@FreeBSD.org> 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...
H A Dvasprintf.cdiff e8420087b0ae4a2d0611cd2f6413d150cfc83554 Wed Sep 16 06:17:47 CEST 1998 Warner Losh <imp@FreeBSD.org> 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...
diff e8420087b0ae4a2d0611cd2f6413d150cfc83554 Wed Sep 16 06:17:47 CEST 1998 Warner Losh <imp@FreeBSD.org> 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...
H A Dvfprintf.cdiff e8420087b0ae4a2d0611cd2f6413d150cfc83554 Wed Sep 16 06:17:47 CEST 1998 Warner Losh <imp@FreeBSD.org> 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...
diff e8420087b0ae4a2d0611cd2f6413d150cfc83554 Wed Sep 16 06:17:47 CEST 1998 Warner Losh <imp@FreeBSD.org> 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...
/freebsd/lib/libc/stdtime/
H A Dtimelocal.cdiff e8420087b0ae4a2d0611cd2f6413d150cfc83554 Wed Sep 16 06:17:47 CEST 1998 Warner Losh <imp@FreeBSD.org> 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...
diff e8420087b0ae4a2d0611cd2f6413d150cfc83554 Wed Sep 16 06:17:47 CEST 1998 Warner Losh <imp@FreeBSD.org> 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...
/freebsd/lib/libc/stdlib/
H A Drealpath.cdiff e8420087b0ae4a2d0611cd2f6413d150cfc83554 Wed Sep 16 06:17:47 CEST 1998 Warner Losh <imp@FreeBSD.org> 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...
diff e8420087b0ae4a2d0611cd2f6413d150cfc83554 Wed Sep 16 06:17:47 CEST 1998 Warner Losh <imp@FreeBSD.org> 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...
/freebsd/lib/libc/locale/
H A Dcollate.cdiff e8420087b0ae4a2d0611cd2f6413d150cfc83554 Wed Sep 16 06:17:47 CEST 1998 Warner Losh <imp@FreeBSD.org> 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...
diff e8420087b0ae4a2d0611cd2f6413d150cfc83554 Wed Sep 16 06:17:47 CEST 1998 Warner Losh <imp@FreeBSD.org> 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...
/freebsd/lib/libc/regex/
H A Dregcomp.cdiff e8420087b0ae4a2d0611cd2f6413d150cfc83554 Wed Sep 16 06:17:47 CEST 1998 Warner Losh <imp@FreeBSD.org> 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...
diff e8420087b0ae4a2d0611cd2f6413d150cfc83554 Wed Sep 16 06:17:47 CEST 1998 Warner Losh <imp@FreeBSD.org> 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...
/freebsd/lib/libkvm/
H A Dkvm_proc.cdiff e8420087b0ae4a2d0611cd2f6413d150cfc83554 Wed Sep 16 06:17:47 CEST 1998 Warner Losh <imp@FreeBSD.org> 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...
diff e8420087b0ae4a2d0611cd2f6413d150cfc83554 Wed Sep 16 06:17:47 CEST 1998 Warner Losh <imp@FreeBSD.org> 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...