I tracked my crash to what appears to be missing structure initialization, resulting in invalid pointers being free()d
Added two initializations, seems to fix the problem. Not being familiar with samba, please confirm if I'm doing the right thing.
I tracked my crash to what appears to be missing structure initialization, resulting in invalid pointers being free()d
Added two initializations, seems to fix the problem. Not being familiar with samba, please confirm if I'm doing the right thing.