tech-net archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: test, please: extensible ifconfig



On Thu, May 15, 2008 at 04:10:10PM -0500, David Young wrote:
> On Thu, May 15, 2008 at 11:30:03PM +0300, Jukka Ruohonen wrote:
> > > > I have refactored ifconfig to get rid of many global variables
> > > > and to improve extensibility.  Please apply the patch,
> > > > ftp://cuw.ojctech.com/users/netbsd-81aa8ffc/ifconfig.patch, and test!
> > 
> > Hi,
> > 
> > I gather this is related (4.99.62 sources from yesterday):
> > 
> > # ifconfig wpi0 ssid ""
> > assertion "(pd->pd_size == 0 && pd->pd_un.pdu_immutable == (void *)0) ||
> > # (pd->pd_size != 0 && pd->pd_un.pdu_immutable != (void *)0)" failed: file
> > "/usr/src/common/lib/libprop/prop_data.c", line 346, function
> > # "prop_data_data_nocopy"
> > [1]   Abort trap (core dumped) ifconfig wpi0 ssid ""
> 
> Apparently, prop_data_create_data(blob, len) doesn't like to be called
> with blob != NULL and len == 0.  I'm testing a fix.

Update to src/common/lib/libprop/prop_data.c revision 1.12.

Dave

-- 
David Young             OJC Technologies
dyoung%ojctech.com@localhost      Urbana, IL * (217) 278-3933 ext 24


Home | Main Index | Thread Index | Old Index