Merge branch 'ti/glibc-stdio-mutex-from-signal-handler' into maint
commit267ebf6c84eb4437c219c16848678b090b4af6e2
authorJunio C Hamano <gitster@pobox.com>
Fri, 16 Oct 2015 21:32:41 +0000 (16 14:32 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 16 Oct 2015 21:32:41 +0000 (16 14:32 -0700)
treeb17c55b198e26df951cf556162775dd68765f688
parentf4892a3c2883bd517edf370c747afde29a0c2b3c
parent507d7804c0b094889cd20f23ad9a48e2b76791f3
Merge branch 'ti/glibc-stdio-mutex-from-signal-handler' into maint

Allocation related functions and stdio are unsafe things to call
inside a signal handler, and indeed killing the pager can cause
glibc to deadlock waiting on allocation mutex as our signal handler
tries to free() some data structures in wait_for_pager().  Reduce
these unsafe calls.

* ti/glibc-stdio-mutex-from-signal-handler:
  pager: don't use unsafe functions in signal handlers
pager.c
run-command.c
run-command.h