Re: bsdtar core dumps
From: Maxim Konovalov (maxim_at_macomnet.ru)
Date: 08/21/04
- Previous message: Gordon Bergling: "Re: [5.3-ALPHA] Panic in in6_pcb.c"
- In reply to: Tim Kientzle: "Re: bsdtar core dumps"
- Next in thread: Tim Kientzle: "Re: bsdtar core dumps"
- Reply: Tim Kientzle: "Re: bsdtar core dumps"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 21 Aug 2004 21:35:57 +0400 (MSD) To: Tim Kientzle <kientzle@freebsd.org>
On Sat, 21 Aug 2004, 10:19-0700, Tim Kientzle wrote:
[...]
> The code you've pointed to above concerns
> me because of the part about:
> if (n == 0) {
> ...
> n = 1;
> }
> That ain't right: If I told vsnprintf the buffer
> size was zero, it should treat it as such. If I
> meant "one", I would have said "one."
That code was committed in rev. 1.21 vsnprintf.c, a workaround for a
memory leak, bin/36175.
-- Maxim Konovalov _______________________________________________ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
- Previous message: Gordon Bergling: "Re: [5.3-ALPHA] Panic in in6_pcb.c"
- In reply to: Tim Kientzle: "Re: bsdtar core dumps"
- Next in thread: Tim Kientzle: "Re: bsdtar core dumps"
- Reply: Tim Kientzle: "Re: bsdtar core dumps"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|