tor/changes/check_dup_args_gencert
Nick Mathewson 446e481c90 Check for duplicate arguments to tor-gencert
Found by coverity, which noticed that if you said
  tor-gencert -i identity1 -i identity2
we would leak "identity1".

[CID 1198201, 1198202, 1198203]
2014-08-21 11:22:42 -04:00

4 lines
119 B
Plaintext

o Minor features:
- In tor-gencert, report an error if the user provides the same
argument more than once.