Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(364)

Unified Diff: openssl/crypto/objects/obj_dat.c

Issue 59793002: sh implementation to avoid unwanted resizes during iteration. (Closed) Base URL: http://src.chromium.org/chrome/trunk/deps/third_party/openssl/
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « openssl/crypto/objects/o_names.c ('k') | openssl/include/openssl/lhash.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: openssl/crypto/objects/obj_dat.c
===================================================================
--- openssl/crypto/objects/obj_dat.c (revision 232952)
+++ openssl/crypto/objects/obj_dat.c (working copy)
@@ -227,7 +227,6 @@
return ;
}
if (added == NULL) return;
- lh_ADDED_OBJ_down_load(added) = 0;
lh_ADDED_OBJ_doall(added,LHASH_DOALL_FN(cleanup1)); /* zero counters */
lh_ADDED_OBJ_doall(added,LHASH_DOALL_FN(cleanup2)); /* set counters */
lh_ADDED_OBJ_doall(added,LHASH_DOALL_FN(cleanup3)); /* free objects */
« no previous file with comments | « openssl/crypto/objects/o_names.c ('k') | openssl/include/openssl/lhash.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698