Hi, I am developing a module for Apache that requires parsing form data. As example I have used "Retrieve variables from POST form data" from http://httpd.apache.org/docs/2.4/developer/modguide.html#snippets.
When I try to retrieve variables from Post data, in the example row: ap_rprintf(r, "%s = %s\n", formData[i].key, formData[i].value); I got:Program received signal SIGSEGV, Segmentation fault.strlen () at ../sysdeps/x86_64/strlen.S:106106 movdqu (%rax), %xmm12 Is there any way to pass it?Thanks!