summaryrefslogtreecommitdiff
path: root/changes/bug6801
AgeCommit message (Collapse)Author
2012-09-10Avoid segfault when reading state file from ancient torNick Mathewson
If s_values is null in rep_hist_load_bwhist_state_section, we would call smartlist_len() on it, and die. Fixes bug 6801.