Use setrlimit instead of ulimit -c in backtrace tests
[tor.git] / changes / bug29061
blob58fc4f22e96774a47a02c0dc0e33334bd1902616
1   o Minor bugfixes (testing):
2     - Call setrlimit() to disable core dumps in test_bt_cl.c instead of
3       using `ulimit -c` in test_bt.sh, which violates POSIX shell
4       compatibility. Fixes bug 29061; bugfix on 0.3.5.1-alpha.