mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
9bb3bcbc41
The signed_descriptor_move() was not releasing memory inside the destination object before overwriting it with the source object. This commit adds a reset function that free that memory inside a signed descriptor object and zero it. Closes #20715. Signed-off-by: David Goulet <dgoulet@torproject.org>
5 lines
234 B
Plaintext
5 lines
234 B
Plaintext
o Minor bugfixes (memory leak)
|
|
- When moving a signed descriptor object from a source to an existing
|
|
destination, free the allocated memory inside that destination object.
|
|
Bugfix on tor-0.2.8.3-alpha; Closes #20715.
|