This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

AW: [PATCH] wrong sizeof() in redboot arp


> Von: Andrew Lunn [mailto:andrew@lunn.ch]
...
> On Mon, Mar 07, 2005 at 03:06:25PM +0100, Neundorf, Alexander wrote:
> > Hi,
> > 
> > arp.c in redboot contains a small problem, see the attached patch.
> > memset() is called with sizeof(&enet_addr) instead of 
> sizeof(enet_addr).
> > Please apply.
> 
> Please don't forget the ChangeLog entry.
> 
>         Andrew

Here it comes.

Alex

Attachment: redboot-arp.patch
Description: redboot-arp.patch

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]