/freebsd/lib/libc/db/btree/ |
H A D | bt_overflow.c | 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... 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 D | rec_get.c | 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... 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 D | rec_put.c | 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... 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 D | stringlist.c | 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... 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 D | getcap.c | 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... 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 D | scandir.c | 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... 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 D | getcwd.c | 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... 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 D | opendir.c | 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... 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 D | fts-compat.c | 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... 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 D | getgrent.c | 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... 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 D | fts.c | 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... 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 D | getpwent.c | 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... 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 D | login_auth.c | 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... 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 D | asprintf.c | 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... 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 D | fvwrite.c | 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... 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 D | vasprintf.c | 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... 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 D | vfprintf.c | 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... 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 D | timelocal.c | 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... 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 D | realpath.c | 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... 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 D | collate.c | 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... 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 D | regcomp.c | 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... 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 D | kvm_proc.c | 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... 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...
|