cvs commit: src/usr.bin/tail read.c

2007-11-28 Thread Tai-hwa Liang
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

cvs commit: src/usr.bin/tail read.c

2007-11-28 Thread Tai-hwa Liang
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

cvs commit: src/usr.bin/tail read.c

2007-11-28 Thread Tai-hwa Liang
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

cvs commit: src/usr.bin/tail read.c

2007-11-21 Thread Tai-hwa Liang
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:

cvs commit: src/usr.bin/tail read.c

2007-11-07 Thread Konstantin Belousov
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 _

cvs commit: src/usr.bin/tail read.c reverse.c tail.c

2007-11-02 Thread Philippe Charnier
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

cvs commit: src/usr.bin/tail read.c

2007-10-24 Thread Konstantin Belousov
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

cvs commit: src/usr.bin/tail read.c

2007-10-17 Thread Konstantin Belousov
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