Jay R. Ashworth wrote:
[...]
If I weren't so busy trying to get WebGUI to run overtop it (the
upgrade of mp2 didn't fix my problem), I'd observe that there are
probably lots of other sysopens in the scaffold that ought to be checked
for error handling... but a) I'd probably be encouraged to generate
patches (:-) and b) I'm probably worng.

what scaffold you are talking about? There is only one sysopen() call in the whole modperl-2.0 cvs repository.


modperl-2.0> grep -Ir sysopen .
./lib/Apache/compat.pm:        sysopen $fh, $tmpfile, $Mode, $Perms

and we now check the success of this call. And yes, if you find other unchecked syscalls that are likely to fail, please at least report those. It should be trivial to fix.

__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com


-- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html



Reply via email to