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

please review encode_assertion_control()

2011-03-03 Thread Michael Ströder
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. $ python -c "import ldap;print repr(ldap.encode_assertion_control('(objectClass=*)'))" Segmentation fault (core dumped) You have to set extra_com