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

> Apr 23 18:21:20 arachne dhcpd: Non-null pointer in buffer_reference 
>(evaluate_option_cache)

This could be the DHCPINFORM core dump that was fixed in 19990424, but
if so, that would only have gotten you a little bit further - you'll
need to apply the patch included below.   In order to be sure this is
fixed, we need a core dump, so we'll just have to wait.   Sigh.

                               _MelloN_

Index: dhcp.c
===================================================================
RCS file: /proj/src/isc/cvs-1/DHCP/server/dhcp.c,v
retrieving revision 1.88
diff -c -r1.88 dhcp.c
*** dhcp.c      1999/04/23 23:47:51     1.88
--- dhcp.c      1999/04/26 23:05:26
***************
*** 467,472 ****
--- 467,473 ----
           mask has been provided. */
        i = DHO_SUBNET_MASK;
        if (subnet && !lookup_option (&dhcp_universe, options, i)) {
+               oc = (struct option_cache *)0;
                if (option_cache_allocate (&oc, "dhcpinform")) {
                        if (make_const_data (&oc -> expression,
                                             subnet -> netmask.iabuf,


------------------------------------------------------------------------------
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