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

Unified Diff: Objects/object.c

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 | « Objects/bytesobject.c ('k') | Objects/unicodeobject.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
--- a/Objects/object.c Sat Feb 18 14:42:57 2012 +0100
+++ b/Objects/object.c Sun Feb 19 10:49:30 2012 +0100
@@ -712,6 +712,8 @@ PyObject_HashNotImplemented(PyObject *v)
return -1;
}
+_Py_HashSecret_t _Py_HashSecret;
+
long
PyObject_Hash(PyObject *v)
{
« no previous file with comments | « Objects/bytesobject.c ('k') | Objects/unicodeobject.c » ('j') | no next file with comments »

RSS Feeds Recent Issues | This issue
This is Rietveld cbc36f91f3f7