Files
tor/changes
Alexander Færøy 9915b8f0bc Handle errors from execve() in the Unix process backend more gracefully.
This patch removes a call to tor_assert_unreached() after execve()
failed. This assertion leads to the child process emitting a stack trace
on its standard output, which makes the error harder for the user to
demystify, since they think it is an internal error in Tor instead of
"just" being a "no such file or directory" error.

The process will now instead output "Error from child process: X" where
X is the stringified version of the errno value.

See: https://bugs.torproject.org/31810
2019-10-17 16:39:05 +02:00
..
2018-08-18 19:23:28 +00:00
2019-01-16 14:40:31 -05:00
2019-02-08 08:37:23 -05:00
2019-01-22 12:27:46 -05:00
2019-02-19 11:38:32 -05:00
2019-02-02 23:10:16 +00:00
2019-04-05 12:14:18 +10:00
2019-03-20 18:07:00 +10:00
2019-02-26 15:43:09 +01:00
2019-05-31 12:39:52 -04:00
2019-04-10 12:46:27 +03:00
2019-04-09 12:05:33 -04:00
2019-05-14 19:19:53 -04:00
2019-05-29 09:05:26 -04:00
2019-08-22 22:09:32 +10:00
2019-06-12 08:55:38 -04:00
2019-03-26 12:24:45 +10:00
2019-03-26 17:41:21 +10:00
2019-02-20 10:32:47 -05:00
2019-06-28 21:38:33 +10:00
2019-03-29 17:26:09 +10:00
2019-02-08 08:52:46 -05:00
2019-02-15 19:18:24 +02:00
2019-02-08 10:43:38 -05:00
2019-04-01 14:08:24 +10:00
2019-04-12 08:38:30 -04:00
2019-04-30 09:16:36 +03:00
2019-05-20 08:56:34 -04:00
2019-08-15 08:20:47 -04:00