shadow-maint / shadow

Upstream shadow tree
Other
306 stars 237 forks source link

csrand(): Use POSIX read(2) instead of the heavier stdio #1119

Open alejandro-colomar opened 2 weeks ago

alejandro-colomar commented 2 weeks ago

Revisions:

v1b - Rebase ``` $ git range-diff master..gh/csrand shadow/master..csrand 1: 83995494 = 1: 71610097 lib/csrand.c: csrand(): Use read(2) instead of fread(2) ```