mirror of
https://github.com/tmate-io/tmate-ssh-server.git
synced 2020-11-18 19:53:51 -08:00
tmate_preload_trace_lib() was segfaulting on i686
This commit is contained in:
parent
5ce20c48bc
commit
17a0f65351
@ -76,6 +76,6 @@ void tmate_print_trace(void)
|
||||
|
||||
void tmate_preload_trace_lib(void)
|
||||
{
|
||||
void *array[0];
|
||||
backtrace(array, 0);
|
||||
void *array[1];
|
||||
backtrace(array, 1);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user