THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task is now closed:

FS#713 - "unprotected" calls to luaL_error()
User who did this - Uli Schlachter (psychon)

Reason for closing: Fixed
Additional comments about closing: All other callers of luaL_error() seem safe 
to me. emit_signal() was fixed:

commit 79b1f5aba1def082f6f8791df10df170e134107c
Author: Uli Schlachter <[email protected]>
Date:   Sat Dec 11 13:48:31 2010 +0100

   Don't use luaL_error in luaA_object_emit_signal (FS#713)
This function can be called from unprotected contexts. Calling luaL_error() in
   this case results in a call to luaA_panic() and awesome dies.
The only real change here is that this now calls warn() instead of luaL_error().
   The rest is reindentation because warn() returns while luaL_error() didn't.
Signed-off-by: Uli Schlachter <[email protected]>

More information can be found at the following URL:
https://awesome.naquadah.org/bugs/index.php?do=details&task_id=713

You are receiving this message because you have requested it from the Flyspray 
bugtracking system.  If you did not expect this message or don't want to 
receive mails in future, you can change your notification settings at the URL 
shown above.

--
To unsubscribe, send mail to [email protected].

Reply via email to