Bug 359849 - kwallet does buffered reads on random devices
Summary: kwallet does buffered reads on random devices
Status: REPORTED
Alias: None
Product: frameworks-kwallet
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: Valentin Rusu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-27 01:49 UTC by Cristian Rodríguez
Modified: 2021-03-09 05:53 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
do unbuffered reads only (1.56 KB, patch)
2016-02-27 01:51 UTC, Cristian Rodríguez
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Cristian Rodríguez 2016-02-27 01:49:40 UTC
Due to buffering, kwallet actually requests 16384 bytes of entropy to the system instead of exactly what it needs.

Reproducible: Always

Steps to Reproduce:
-

Actual Results:  
Requests at least 16384 bytes of entropy

Expected Results:  
Request only the needed entropy to the OS, as high quality entropy is a very limited, global resource.
Comment 1 Cristian Rodríguez 2016-02-27 01:51:04 UTC
Created attachment 97579 [details]
do unbuffered reads only
Comment 2 Justin Zobel 2021-03-09 05:53:50 UTC
Thank you for the bug report.

As this report hasn't seen any changes in 5 years or more, we ask if you can please confirm that the issue still persists.

If this bug is no longer persisting or relevant please change the status to resolved.