add calloc to the list (integer overflow..)

This commit is contained in:
Bob Beck 2014-07-21 21:07:26 -06:00
parent ee6e88285a
commit 8bf6bdeba4

2
README
View File

@ -27,7 +27,7 @@ or OSX with a sane compiler and C library.
Note: Our policy is generally to use your system provided intrinsics. Note: Our policy is generally to use your system provided intrinsics.
If your system provides security sensitive functions (such as If your system provides security sensitive functions (such as
arc4random(), issetugid(), getentropy(), and others) we will arc4random(), issetugid(), calloc(), getentropy(), and others) we will
assume they are implemented correctly and securely. If they are assume they are implemented correctly and securely. If they are
not please contact your OS provider. not please contact your OS provider.