Re: [PATCH] Three pushaction bugs

2006-01-05 Thread Bob Rogers
From: Leopold Toetsch <[EMAIL PROTECTED]> Date: Thu, 5 Jan 2006 11:38:04 +0100 On Jan 5, 2006, at 3:26, Bob Rogers wrote: >2. Even without an error, it seems that actions could sometimes be > run twice because stack_pop compared entry->cleanup to 0 instead of > STACK_CLEANU

Re: [PATCH] Three pushaction bugs

2006-01-05 Thread Leopold Toetsch
On Jan 5, 2006, at 3:26, Bob Rogers wrote: This patch fixes two find_exception_handler bugs, and identifies a third, all related to executing pushaction subs: Applied - r10902 1. It is necessary to wait until after popping the action before calling it, lest the signalling of another

[PATCH] Three pushaction bugs

2006-01-04 Thread Bob Rogers
This patch fixes two find_exception_handler bugs, and identifies a third, all related to executing pushaction subs: 1. It is necessary to wait until after popping the action before calling it, lest the signalling of another error during action execution causes you to lose, and lose, and los