[Opensim-dev] Test before you call OSSL function
Cinder Roxley
cinder at alchemyviewer.org
Fri Oct 18 16:13:34 UTC 2019
On October 18, 2019 at 11:08:59 AM, Kevin Cozens (kevin at ve3syb.ca) wrote:
On 2019-10-18 11:15 a.m., Cinder Roxley wrote:
> Cool, good place for an attack vector then.
>
>> On October 18, 2019 at 10:12:36 AM, Kevin Cozens (kevin at ve3syb.ca) wrote:
>> Errors should be ignored while inside the error handler.
You don't want an error inside the error handler calling the error handler.
Perhaps the best thing to do in that case is revert to the current default
error handling. Spit out an error message and kill the script.
I think that seems to be the most sensible thing to do.
How do programming languages with try/catch handle generation of an
exception inside the catch block?
It behaves the same way an exception thrown without it - it goes up the
stack until caught at a higher level, if one exists.
More information about the Opensim-dev
mailing list