bug21553 470 B

1234567
  1. o Minor bugfixes (hidden service):
  2. - When encoding a legacy ESTABLISH_INTRO cell, we were using the sizeof()
  3. on a pointer instead of real size of the destination buffer leading to
  4. an overflow passing an enormous value to the signing digest function.
  5. Fortunately, that value was only used to make sure the destination
  6. buffer length was big enough for the key size and in this case it was.
  7. Fixes bug 21553; bugfix on tor-0.3.0.1-alpha.