This change, or the essence of, has been pushed to the user contrib branch with the following comment:
jrwifi changes to make WiServer more stable. Removes malloc() and replaces with global char buffer to hold URL/GET data to be passed to WiServer/SimpleServer app's page generation callback function.
It builds and the basic SimpleServer sketch still works for me

I considered removing the extra buffer (get_string_global) completely but doing so would break the philosophy of WiServer - simplicity for the end user.
Give it a whirl and let me know if things are not working for you. Also, the #define that sets the length of the new buffer has been moved into app-conf.h so that the user does not have to go multiple places to change stack values for their app.
Thanks!
Greg