2008/11/12 gert <[EMAIL PROTECTED]>:
>
> ps what does this mean ?
>
> mod_wsgi.c: In function 'wsgi_log_script_error':
> mod_wsgi.c:6727: warning: format not a string literal and no format
> arguments

It means it should be:

      ap_log_rerror(APLOG_MARK, WSGI_LOG_ERR(0), r, "%s", message);

I already fixed this in trunk a week or so ago.

------------------------------------------------------------------------
r1108 | Graham.Dumpleton | 2008-11-04 17:56:09 +1100 (Tue, 04 Nov 2008) | 3 line
s

Fix possibility of crash when logging of printf style modifier in
message being logged.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"modwsgi" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/modwsgi?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to