The function cgi_remote_addr allocates memory space from its stack and returning a pointer to it, which is used to print the remote ip-address in smb.conf. The addr array probably has to be assigned static.
Created attachment 5058 [details] Patch for 3.4
Created attachment 5059 [details] Patch for 3.3 That should fix it. Thanks for the bug report! Volker
Comment on attachment 5058 [details] Patch for 3.4 sorry for the late review. this is needed
Comment on attachment 5059 [details] Patch for 3.3 sorry for the late review. this is needed.
assigning to Karolin. Please pick for the next releases.
Pushed to v3-4-test and v3-3-test (already fixed in v3-5-test). Closing out bug report. Thanks!
Now really close out bug report... ;-)