bug14013 332 B

123456
  1. o Major bugfixes:
  2. - When reading a hexadecimal, base-32, or base-64 encoded value
  3. from a string, always overwrite the complete output buffer. This
  4. prevents some bugs where we would look at (but fortunately, not
  5. reveal) uninitialized memory on the stack. Fixes bug 14013;
  6. bugfix on all versions of Tor.