Files
cpython/Lib
Guido van Rossum aed51d8121 SF patch 590294: os._execvpe security fix (Zack Weinberg).
1) Do not attempt to exec a file which does not exist
just to find out what error the operating system
returns. This is an exploitable race on all platforms
that support symbolic links.

2) Immediately re-raise the exception if we get an
error other than errno.ENOENT or errno.ENOTDIR. This
may need to be adapted for other platforms.

(As a security issue, this should be considered for 2.1
and 2.2 as well as 2.3.)
2002-08-05 16:13:24 +00:00
..
2002-08-04 06:21:25 +00:00
2002-07-23 20:35:58 +00:00
2002-07-18 19:48:46 +00:00
2002-06-11 06:22:31 +00:00
2002-03-17 21:49:20 +00:00
2002-02-11 17:56:27 +00:00
2002-06-13 17:59:51 +00:00
2002-08-04 17:22:59 +00:00
2002-06-01 01:29:16 +00:00
2002-07-25 16:10:38 +00:00
2002-07-16 21:35:23 +00:00
2002-08-04 17:22:59 +00:00
2002-06-01 16:07:16 +00:00
2002-06-01 16:07:16 +00:00
2002-05-23 23:58:17 +00:00
2002-07-16 21:35:23 +00:00
2002-06-02 00:40:05 +00:00
2002-06-02 00:40:05 +00:00
2002-07-16 21:35:23 +00:00
2002-02-08 20:41:34 +00:00
2002-05-23 15:15:30 +00:00
2002-05-31 14:15:11 +00:00
2002-07-16 21:35:23 +00:00
2002-03-18 13:06:00 +00:00
2002-04-13 14:03:38 +00:00
2002-07-16 21:35:23 +00:00