Full_Name: Version: All Version OS: Linux URL: Submission from: (NULL) (2001:ce0:2201:83a:7daa:5345:459e:3cec)
LBER_OPT_MEMORY_FNS doesn't work at all.
In memory.c, it was checking the presence of both ber_int_memory_fns and ctx the same time. However ctx was default to NULL all the time, so that's making this option not working at all.
I suggest removing all ctx == NULL in memory.c, that way LBER_OPT_MEMORY_FNS should work as intended. Right now, it's unusable. Thanks.