diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-12-16 09:07:11 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-12-16 09:07:11 -0500 |
commit | a5da27cb35987bdab7a9ebec907056be974289a5 (patch) | |
tree | e67f991424ca6cc9157111dedf7b159d6a627c29 /src/common/sandbox.c | |
parent | 9d17d10b36129305ef0f851ade67bd087f25ac0e (diff) | |
parent | 784e9fff9baa4fb63712de5dd9cc0ac530e2eb23 (diff) | |
download | tor-a5da27cb35987bdab7a9ebec907056be974289a5.tar.gz tor-a5da27cb35987bdab7a9ebec907056be974289a5.zip |
Merge branch 'maint-0.2.7'
Diffstat (limited to 'src/common/sandbox.c')
-rw-r--r-- | src/common/sandbox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/sandbox.c b/src/common/sandbox.c index 6861bb3efc..d747a87563 100644 --- a/src/common/sandbox.c +++ b/src/common/sandbox.c @@ -1634,7 +1634,7 @@ sigsys_debugging(int nr, siginfo_t *info, void *void_context) #ifdef USE_BACKTRACE n_fds = tor_log_get_sigsafe_err_fds(&fds); for (i=0; i < n_fds; ++i) - backtrace_symbols_fd(syscall_cb_buf, depth, fds[i]); + backtrace_symbols_fd(syscall_cb_buf, (int)depth, fds[i]); #endif #if defined(DEBUGGING_CLOSE) |