[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[RP] Re: [PATCH] ratpoison segfaults when getting RP_COMMAND_REQUEST wit
From: |
Shawn Betts |
Subject: |
[RP] Re: [PATCH] ratpoison segfaults when getting RP_COMMAND_REQUEST without RP_COMMAND. |
Date: |
Thu, 23 Nov 2006 20:39:34 -0800 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) |
"Bernhard R. Link" <address@hidden> writes:
> When ratpoison gets a RP_COMMAND_REQUEST for a window without a
> RP_COMMAND, it segfaults, because ratpoison returns NULL instead
> of a cmdret structure. As cmdret_new is static in action.c, this
> needs one of:
>
> - new cmdret_fatal_failure() in action.c usable in events.c
> (as the attached patch implements)
> - cmdret_new non-static and used from events.c
Hi Bernhard,
Thanks for the patch. I decided to just make cmdret_new non-static. If you have
a way to test this, could you?
Documentation updates are always welcome :).
-Shawn