Hey, On 24 June 2011 08:18, anonymous <p37si...@lavabit.com> wrote: > Patch attached.
Thanks, applied. To explain my reasoning for sigaction(2): I always avoid signal(2), because it's importable when installing signal handlers. But on a closer look it's fine for just setting SIG_IGN, so we can use it in this case. cls