- 04 Jul, 2013 12 commits
-
-
Christian Heimes authored
-
Christian Heimes authored
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
ModuleNotFoundError.
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
- 03 Jul, 2013 4 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
AIX maps the first page of memory at address zero as valid, read-only. Reading NULL is not a fault on AIX. This is utilized by IBM compiler optimizations. One speculatively can indirect through a pointer which may be null without first testing if null and defer the test before using the value.
-
Victor Stinner authored
AIX maps the first page of memory at address zero as valid, read-only. Reading NULL is not a fault on AIX. This is utilized by IBM compiler optimizations. One speculatively can indirect through a pointer which may be null without first testing if null and defer the test before using the value.
-
- 02 Jul, 2013 8 commits
-
-
Eric V. Smith authored
-
Eric V. Smith authored
-
Richard Oudkerk authored
-
Richard Oudkerk authored
-
Richard Oudkerk authored
-
Richard Oudkerk authored
-
Richard Oudkerk authored
-
Richard Oudkerk authored
-
- 01 Jul, 2013 16 commits
-
-
Victor Stinner authored
handler when the function is called twice, so faulthandler.unregister() restores correctly the original signal handler.
-
Victor Stinner authored
when the function is called twice, so faulthandler.unregister() restores correctly the original signal handler.
-
Christian Heimes authored
tstate is first removed from TLS and then deallocated. CID 1019639 (#1 of 1): Use after free (USE_AFTER_FREE) use_after_free: Using freed pointer tstate.
-
Christian Heimes authored
tstate is first removed from TLS and then deallocated. CID 1019639 (#1 of 1): Use after free (USE_AFTER_FREE) use_after_free: Using freed pointer tstate.
-
Christian Heimes authored
-
Christian Heimes authored
-
Richard Oudkerk authored
-
Richard Oudkerk authored
-
Łukasz Langa authored
-
Łukasz Langa authored
-
Christian Heimes authored
-
Christian Heimes authored
-
Christian Heimes authored
segfault inside the _pickle C extension.
-
Christian Heimes authored
segfault inside the _pickle C extension.
-
Christian Heimes authored
any bytes-like object, e.g. memoryview. Original patch by Jonas Borgström.
-
Terry Jan Reedy authored
Patch by Tal Einat, Roget Serwy, and Todd Rovito.
-