summaryrefslogtreecommitdiff
path: root/fetch-pack.c
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2015-10-07 13:38:16 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2015-10-07 13:38:16 -0700
commit2b72dbbcf3a1d6c6813db2c13afaa1d0d8585f7b (patch)
tree2f81c60d1cecda69be7d189aba6ab99f333efc2d /fetch-pack.c
parentStart cycle toward 2.7 (diff)
parentpager: don't use unsafe functions in signal handlers (diff)
downloadtgif-2b72dbbcf3a1d6c6813db2c13afaa1d0d8585f7b.tar.xz
Merge branch 'ti/glibc-stdio-mutex-from-signal-handler'
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
Diffstat (limited to 'fetch-pack.c')
0 files changed, 0 insertions, 0 deletions