*** From dhcp-server -- To unsubscribe, see the end of this message. ***

I haven't tried running 3.0 yet, but I have been watching the 
messages and I was looking at the source and the error someone 
reported:

Non-null pointer in option_cache_reference (dhcpinform)

I can't say I totally understand the data_string and buffer usage, 
but it looks like in dhcpinform() you might need a 
data_string_forget() in the filename and server name sections.  Also, 
the memset() of the prl data_string is inside a condition, and should 
probably be pulled out of the condition and moved above.  If the 
condition is false, prl will have garbage in it and it looks like it 
is referenced later.  And does there need to be a 
data_string_forget() for prl?

-- Dave


------------------------------------------------------------------------------
To unsubscribe from this list, please visit http://www.fugue.com/dhcp/lists
If you are without web access, or if you are having trouble with the web page,
please send mail to [EMAIL PROTECTED]   Please try to use the web
page first - it will take a long time for your request to be processed by hand.

Archives for this mailing list are available at 
http://www.webnology.com/list-archives/dhcp/dhcp-server

------------------------------------------------------------------------------

Reply via email to