jtulak / RdRand

Library for RNG with Intel's RdRand usage.
Other
6 stars 2 forks source link

src/rdrand-gen.c: 2 * novice error with EOF #6

Closed dcb314 closed 7 years ago

dcb314 commented 8 years ago

[src/rdrand-gen.c:785]: (warning) Storing getc() return value in char variable and then comparing with EOF.

[src/rdrand-gen.c:808]: (warning) Storing getc() return value in char variable and then comparing with EOF.

Suggest use int, not char, for variable c.

jtulak commented 7 years ago

Fixed in 2.1.0