Merge branch 'maint-0.3.2'

This commit is contained in:
Nick Mathewson
2018-01-31 09:50:24 -05:00
2 changed files with 8 additions and 1 deletions
+4 -1
View File
@@ -1313,8 +1313,11 @@ store_multiple(consensus_cache_entry_handle_t **handles_out,
labels,
body_out,
bodylen_out);
if (BUG(ent == NULL))
if (ent == NULL) {
log_warn(LD_FS, "Unable to store object %s compressed with %s.",
description, methodname);
continue;
}
status = CDM_DIFF_PRESENT;
handles_out[i] = consensus_cache_entry_handle_new(ent);