Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix parse_short_policy (bug 7192.) | Nick Mathewson | 2012-10-23 |
Our implementation of parse_short_policy was screwed up: it would ignore the last character of every short policy. Obviously, that's broken. This patch fixes the busted behavior, and adds a bunch of unit tests to make sure the rest of that function is okay. Fixes bug 7192; fix on 0.2.3.1-alpha. |