From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Updegraff Date: Fri, 08 Jun 2007 10:41:14 -0500 Subject: [U-Boot-Users] multicast tftp: RFC2090 In-Reply-To: <20070608153953.891F6353A05@atlas.denx.de> References: <20070608153953.891F6353A05@atlas.denx.de> Message-ID: <4669789A.5090506@cray.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Wolfgang ok. Soon. thnx. > In message <1181316292.8300.112.camel@saruman.qstreams.net> you wrote: > ... >>> + /* ..I now accept packets destined for this MCAST addr, port */ >>> + if (!Multicast) { >>> + if (Bitmap) { >>> + printf ("BUGBUGBUG Dave! why is this set!\n"); >>> + free(Bitmap); > > Maybe a "Bitmap = NULL;" is missing here? > > Abd BTW: why is this variable called "Bitmap" ? > > Please change this into "bitmap". Thanks. > > Best regards, > > Wolfgang Denk >