• D
    Ensure signal handler propagates fatal signals to default handler · 83d768fa
    Daniel P. Berrange 提交于
    When replacing the default SEGV/ABORT/BUS signal handlers you
    can't rely on the process being terminated after your custom
    handler runs. It is neccessary to manually restore the default
    handler and then re-raise the signal
    
    * src/rpc/virnetserver.c: Restore default handler and raise
      signal
    83d768fa
virnetserver.c 19.5 KB