In the samba internal minimal iconv implementation: At line 100 in http://gitweb.samba.org/?p=samba.git;a=blob;f=lib/util/charset/iconv.c;h=64e345a7c16cfd5d2a28f8d9ce8b14a66cdbea55;hb=HEAD there is an extra indirection step "c = c->next;" which is wrong (present at the end of the for loop too) and causes a null pointer dereference. Commenting out this line makes the samba suite functional. Regards, Rune L
Created attachment 6849 [details] Patch Ooops... :-) Thanks! Attached patch is on its way to master. Volker
Comment on attachment 6849 [details] Patch Great catch ! Obvious fix :-).
Re-assigning to Karolin for inclusion in 3.6.1. Jeremy.
Pushed to v3-6-test. Closing out bug report. Thanks!