From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24517 invoked by alias); 4 Jul 2002 18:03:07 -0000 Mailing-List: contact ecos-cvs-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Post: List-Help: , Sender: ecos-cvs-owner@sources.redhat.com List-Subscribe: Received: (qmail 24506 invoked by uid 453); 4 Jul 2002 18:03:06 -0000 Date: Thu, 04 Jul 2002 11:03:00 -0000 Message-ID: <20020704180306.24504.qmail@sources.redhat.com> From: jlarmour@sources.redhat.com To: ecos-cvs@sourceware.cygnus.com Subject: ecos-opt/net/net/common/current ChangeLog src/ ... X-SW-Source: 2002/txt/msg00022.txt.bz2 List-Id: CVSROOT: /cvs/ecos Module name: ecos-opt Changes by: jlarmour@sources.redhat.com 2002-07-04 11:03:05 Modified files: net/net/common/current: ChangeLog net/net/common/current/src: dhcp_prot.c Log message: * src/dhcp_prot.c (_dhcp_copy): Remove. Unnecessary as we can never receive a packet longer than sizeof(struct bootp) (do_dhcp): Also set giaddr to 0 before sends. Verify length of received packets, especially to check for truncation.