https://github.com/stefanbeller/entropy/blob/master/entropy.c#L55
- Does not clear the correct address (should be
readByte without &)
- Does not clear the correct size (should be
sizeof(readByte))
There are actually a lot of other small issues too, but I'm merely creating this one to make people aware