dfree confpars.c(648): free on null pointer.

Joe Bill pica1dilly at yahoo.com
Sat Mar 22 09:12:12 UTC 2008


>On 25 Feb 2008, at 10:44, Niall O'Reilly wrote:

>>On 22 Feb 2008, at 22:45, David W. Hankins wrote:
>>
>> I guess this is just a long winded way of
explaining that we never
>> knew multiple option name->code definitions ever
worked, or at least
>> were never intended to, and are equally surprised
that anyone actually
>> tried it that way.
>
>	Good to know I'm not the only one to have fallen
into this trap.
>

OUCH ! Is that the same bug that bit me too last nite
3 am when updating to 3.1.1b ?

option rembo-config2 code 132 = { text } ;
option space PXE;
    option PXE.boot-server code 8 = { unsigned integer
16, unsigned integer 8, ip-address } ;

class "RemboCli" {
  match substring (hardware, 1, 6);
  vendor-option-space PXE ;
  option rembo-config2 "di/cfg/st" ;
  option rembo-config3 "di/cfg/ro" ;
  option rembo-os "wxppro_ml_sp2_2006_test" ;
  option vendor-class-identifier "PXEClient" ;
  option PXE.boot-server 15 1 10.19.9.165 ;
}


dhcpd.netx line 97: unknown option dhcp.rembo-config2
        option rembo-config2 "di/cfg/st"
               ^
dfree confpars.c(648): free on null pointer.

dhcpd.netx line 101: unknown option PXE.boot-server
        option PXE.boot-server 15
                   ^
dfree confpars.c(648): free on null pointer.


      ____________________________________________________________________________________
Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ


More information about the dhcp-users mailing list