avatar 2007-11-29 03:54:56 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6_3)
usr.bin/tail read.c
Log:
MFC(1.14): Fixing a double free bug which will cause tail to dump core when
there's no tailing newline(\n) character.
PR: bin/118
avatar 2007-11-29 03:53:40 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
usr.bin/tail read.c
Log:
MFC(1.14): Fixing a double free bug which will cause tail to dump core when
there's no tailing newline(\n) character.
PR: bin/11826
avatar 2007-11-29 03:50:55 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
usr.bin/tail read.c
Log:
MFC(1.14): Fixing a double free bug which will cause tail to dump core when
there's no tailing newline(\n) character.
PR: bin/11826
avatar 2007-11-22 01:51:46 UTC
FreeBSD src repository
Modified files:
usr.bin/tail read.c
Log:
Nuking the temporary pointer once it is properly tracked in local storage.
This should fix the double free() bug where there's no tailing newline(\n)
character:
kib 2007-11-07 13:38:45 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
usr.bin/tail read.c
Log:
MFC rev. 1.12:
Fix various memory leaks.
Revision ChangesPath
1.11.2.1 +13 -3 src/usr.bin/tail/read.c
_
charnier2007-11-02 18:06:51 UTC
FreeBSD src repository
Modified files:
usr.bin/tail read.c reverse.c tail.c
Log:
initialize variables, WARNS=6 compliant
Revision ChangesPath
1.13 +1 -1 src/usr.bin/tail/read.c
1.20 +1 -0 src/usr.bin/tail/r
kib 2007-10-24 12:56:49 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
usr.bin/tail read.c
Log:
MFC rev. 1.12:
Fix various memory leaks.
Approved by:re (kensmith)
Revision ChangesPath
1.11.10.1 +13 -3 src/usr.bin/tail
kib 2007-10-17 09:52:09 UTC
FreeBSD src repository
Modified files:
usr.bin/tail read.c
Log:
Fix various memory leaks.
Submitted by: rdivacky
Obtained from: OpenBSD
MFC after: 1 week
Revision ChangesPath
1.12 +13 -3 src/usr.bin/tai