Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(2477)

Unified Diff: Include/pythonrun.h

Issue 13703: Hash collision security issue
Patch Set: Created 1 year, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Include/pydebug.h ('k') | Lib/os.py » ('j') | Lib/test/test_cmd_line.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
--- a/Include/pythonrun.h Fri Jan 27 09:42:45 2012 +0100
+++ b/Include/pythonrun.h Mon Feb 13 15:34:04 2012 -0500
@@ -168,6 +168,8 @@
PyAPI_FUNC(PyOS_sighandler_t) PyOS_getsig(int);
PyAPI_FUNC(PyOS_sighandler_t) PyOS_setsig(int, PyOS_sighandler_t);
+/* Random */
+PyAPI_FUNC(int) _PyOS_URandom (void *buffer, Py_ssize_t size);
#ifdef __cplusplus
}
« no previous file with comments | « Include/pydebug.h ('k') | Lib/os.py » ('j') | Lib/test/test_cmd_line.py » ('J')

RSS Feeds Recent Issues | This issue
This is Rietveld cbc36f91f3f7