Re: please review encode_assertion_control()

2011-03-04 Thread Michael Ströder
Michael Ströder wrote: > Rich Megginson wrote: >> On 03/03/2011 01:28 PM, Michael Ströder wrote: >>> Could somebody please look what's wrong with >>> encode_assertion_control() in >>> Modules/ldapcontrol.c? It seg faults. >> err = >> ldap_create_assertion_control_value(NULL,assertion_filterstr,

Re: please review encode_assertion_control()

2011-03-04 Thread Michael Ströder
Rich Megginson wrote: > On 03/03/2011 01:28 PM, Michael Ströder wrote: >> Could somebody please look what's wrong with >> encode_assertion_control() in >> Modules/ldapcontrol.c? It seg faults. > err = > ldap_create_assertion_control_value(NULL,assertion_filterstr,&ctrl_val); > The NULL should b

Re: please review encode_assertion_control()

2011-03-03 Thread Rich Megginson
On 03/03/2011 01:28 PM, Michael Ströder wrote: > HI! > > (Sigh!) I'm not a C programmer. > > Could somebody please look what's wrong with encode_assertion_control() in > Modules/ldapcontrol.c? It seg faults. err = ldap_create_assertion_control_value(NULL,assertion_filterstr,&ctrl_val); The NU