mirror of
https://github.com/signalapp/libsignal.git
synced 2026-05-09 08:33:13 +02:00
Remove the special handling code that detects EOF now that the upstream crate has fixed the bug that was being worked around. This also fixes a bug where EOF was being incorrectly detected when the provided buffer was empty. Add a test case to prevent regression in the future.