In r349154, random device reads of size < 16 bytes (AES block size) were
accidentally broken to loop forever. Correct the loop condition for small
reads.
Reported by: pho
Differential D20686
random(4): Fix a regression in short AES mode reads cem on Jun 18 2019, 6:35 PM. Authored by Tags None Referenced Files
Details
In r349154, random device reads of size < 16 bytes (AES block size) were Reported by: pho $ dd if=/dev/random bs=1 count=1 of=/dev/null ... (should exit promptly)
Diff Detail
|