#23551: src/common/compress.c:576: tor_compress_process: Non-fatal assertion
--------------------------+------------------------------------
 Reporter:  cypherpunks   |          Owner:  (none)
     Type:  defect        |         Status:  new
 Priority:  High          |      Milestone:  Tor: 0.3.1.x-final
Component:  Core Tor/Tor  |        Version:  Tor: 0.3.1.5-alpha
 Severity:  Normal        |     Resolution:
 Keywords:                |  Actual Points:
Parent ID:                |         Points:
 Reviewer:                |        Sponsor:
--------------------------+------------------------------------

Comment (by teor):

 It wouldn't surprise me if we have a zstd version incompatibility here. Or
 maybe truncated input data?

 Truncated input data would definitely explain why zstd can't make any
 progress, but isn't returning an error code. In that case, it's our fault
 for not giving zstd enough data to work with. (And not failing the loop
 quietly?)

 Because if it were corrupt data, it really should return an error:
 http://facebook.github.io/zstd/zstd_manual.html#Chapter9

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/23551#comment:7>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
_______________________________________________
tor-bugs mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Reply via email to