Re: malloc bugs with tcpdump

From: Giorgos Keramidas <keramida_at_ceid.upatras.gr>
Date: Mon, 16 Jan 2006 20:03:13 +0200
On 2006-01-16 09:30, Sam Leffler <sam_at_errno.com> wrote:
> I sent the attached patch upstream to the tcpdump folks.  Once I hear
> back I'll commit it.

Thanks :)

> Index: pcap-bpf.c
> ===================================================================
> RCS file: /usr/ncvs/src/contrib/libpcap/pcap-bpf.c,v
> retrieving revision 1.1.1.10
> diff -u -r1.1.1.10 pcap-bpf.c
> --- pcap-bpf.c	11 Jul 2005 03:24:42 -0000	1.1.1.10
> +++ pcap-bpf.c	16 Jan 2006 05:48:49 -0000
> _at__at_ -746,7 +746,7 _at__at_
>  		u_int i;
>  		int is_ethernet;
>
> -		bdl.bfl_list = (u_int *) malloc(sizeof(u_int) * bdl.bfl_len + 1);
> +		bdl.bfl_list = (u_int *) malloc(sizeof(u_int) * (bdl.bfl_len + 1));
>  		if (bdl.bfl_list == NULL) {
>  			(void)snprintf(ebuf, PCAP_ERRBUF_SIZE, "malloc: %s",
>  			    pcap_strerror(errno));
Received on Mon Jan 16 2006 - 17:03:37 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:50 UTC