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