OpenBSD GCC has several security addons and patches (ProPolice,W^X);
it's also an older version.  Every once in a while you just have to
acquiesce.

~BAS

>       {
> -             std::istringstream i(std::string(cgi("optheaderadd")) + "\n");
> +             std::string key=cgi("optheaderadd");
> +
> +             key += "\n";
> +
> +             std::istringstream i(key);
>  
>  


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
courier-users mailing list
[email protected]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to