tor/src/lib/process
Alexander Færøy 4be522b2e6 Pass NULL to lpApplicationName in CreateProcessA().
When NULL is given to lpApplicationName we enable Windows' "magical"
path interpretation logic, which makes Tor 0.4.x behave in the same way
as previous Tor versions did when it comes to executing binaries in
different system paths.

For more information about this have a look at the CreateProcessA()
documentation on MSDN -- especially the string interpretation example is
useful to understand this issue.

This bug was introduced in commit bfb94dd2ca.

See: https://bugs.torproject.org/29874
2019-03-25 03:10:37 +01:00
..
.may_include lib/process may include lib/buf. 2018-12-17 17:58:49 -05:00
daemon.c Bump copyright date to 2019 2019-01-16 12:33:22 -05:00
daemon.h Bump copyright date to 2019 2019-01-16 12:33:22 -05:00
env.c Bump copyright date to 2019 2019-01-16 12:33:22 -05:00
env.h Bump copyright date to 2019 2019-01-16 12:33:22 -05:00
include.am Use the subsystem list to initialize and shutdown process module. 2018-12-21 13:26:38 -05:00
pidfile.c Bump copyright date to 2019 2019-01-16 12:33:22 -05:00
pidfile.h Bump copyright date to 2019 2019-01-16 12:33:22 -05:00
process_sys.c Bump copyright date to 2019 2019-01-16 12:33:22 -05:00
process_sys.h Bump copyright date to 2019 2019-01-16 12:33:22 -05:00
process_unix.c Bump copyright date to 2019 2019-01-16 12:33:22 -05:00
process_unix.h Bump copyright date to 2019 2019-01-16 12:33:22 -05:00
process_win32.c Pass NULL to lpApplicationName in CreateProcessA(). 2019-03-25 03:10:37 +01:00
process_win32.h Bump copyright date to 2019 2019-01-16 12:33:22 -05:00
process.c Bump copyright date to 2019 2019-01-16 12:33:22 -05:00
process.h Bump copyright date to 2019 2019-01-16 12:33:22 -05:00
restrict.c Bump copyright date to 2019 2019-01-16 12:33:22 -05:00
restrict.h Bump copyright date to 2019 2019-01-16 12:33:22 -05:00
setuid.c Bump copyright date to 2019 2019-01-16 12:33:22 -05:00
setuid.h Bump copyright date to 2019 2019-01-16 12:33:22 -05:00
waitpid.c Bump copyright date to 2019 2019-01-16 12:33:22 -05:00
waitpid.h Bump copyright date to 2019 2019-01-16 12:33:22 -05:00
winprocess_sys.c Bump copyright date to 2019 2019-01-16 12:33:22 -05:00
winprocess_sys.h Bump copyright date to 2019 2019-01-16 12:33:22 -05:00