| Summary: | tail core dump | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | Paul P <pprocacci> | ||||
| Component: | bin | Assignee: | avatar | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Unspecified | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Paul P
2007-11-26 19:40:01 UTC
> >Description: > `tail`ing a directory causes a core dump. > > # tail -F /tmp > avatar@ has fixed this issue in HEAD. -- Maxim Konovalov -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 This seems to be a double free. Will the attached patch resolve your problem? Cheers, - -- Xin LI <delphij@delphij.net> http://www.delphij.net/ FreeBSD - The Power to Serve! -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFHSyllhcUczkLqiksRApzYAJsG3fYojLrI/4noEflStj8vCkb4jQCfR1nb Nl5LOGa+dnBI1KtrU8fp9vU= =41j2 -----END PGP SIGNATURE----- State Changed From-To: open->analyzed Seems to be a double free. Responsible Changed From-To: freebsd-bugs->delphij Take. State Changed From-To: analyzed->patched Over to avatar@ who committed a patch against -HEAD as MFC reminder. Responsible Changed From-To: delphij->avatar Over to avatar@ who committed a patch against -HEAD as MFC reminder. 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/118267
Reviewed by: kib
Approved by: re (kensmith)
Revision Changes Path
1.11.10.2 +1 -0 src/usr.bin/tail/read.c
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
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/118267
Reviewed by: kib
Approved by: re (kensmith)
Revision Changes Path
1.11.2.2 +1 -0 src/usr.bin/tail/read.c
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
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/118267
Reviewed by: kib
Approved by: re (kensmith)
Revision Changes Path
1.11.2.1.2.1 +1 -0 src/usr.bin/tail/read.c
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: patched->closed Fix has been MFC'ed to RELENG_7, RELENG_6 and RELENG_6_3. Thanks for the reminder! |