Commit 184a2dbb authored by Nick Mathewson's avatar Nick Mathewson 🤹
Browse files

whoops; missing changes file for 14013

parent 6d728ba8
Loading
Loading
Loading
Loading

changes/bug14013

0 → 100644
+6 −0
Original line number Diff line number Diff line
  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.