hurd: Fix longjmp from signal handler

2015-10-20 Thread Samuel Thibault
Hello, The patch below fixes a corner case of signals: when longjumping from a signal handler, the code currently restores the reply port used by the main code. But since we possibly longjmp over a pending RPC, we should rather just kill that reply port, which will thus get recreated on next RPC.

Re: fakeroot-hurd bug or not?

2015-10-20 Thread Samuel Thibault
Samuel Thibault, le Thu 08 Oct 2015 22:13:09 +0200, a écrit : > Justus Winter, le Thu 08 Oct 2015 12:56:20 +0200, a écrit : > > Quoting Samuel Thibault (2015-09-23 19:08:15) > > > All that being said, we should probably not let the programs inside > > > fakeroot believe they can write to / > > > >