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