diff options
author | Bob Beck <beck@openbsd.org> | 2014-07-21 21:07:26 -0600 |
---|---|---|
committer | Bob Beck <beck@openbsd.org> | 2014-07-21 21:07:26 -0600 |
commit | 8bf6bdeba4cec79975418d35d506c10fcb0f73df (patch) | |
tree | 412271a6a48f0ad3e4c9d60279a0de7974d56ef4 /README | |
parent | ee6e88285a490e338851026ba192419c2b4945c3 (diff) | |
download | portable-8bf6bdeba4cec79975418d35d506c10fcb0f73df.tar.gz portable-8bf6bdeba4cec79975418d35d506c10fcb0f73df.tar.bz2 portable-8bf6bdeba4cec79975418d35d506c10fcb0f73df.zip |
add calloc to the list (integer overflow..)
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ or OSX with a sane compiler and C library. | |||
27 | 27 | ||
28 | Note: Our policy is generally to use your system provided intrinsics. | 28 | Note: Our policy is generally to use your system provided intrinsics. |
29 | If your system provides security sensitive functions (such as | 29 | If your system provides security sensitive functions (such as |
30 | arc4random(), issetugid(), getentropy(), and others) we will | 30 | arc4random(), issetugid(), calloc(), getentropy(), and others) we will |
31 | assume they are implemented correctly and securely. If they are | 31 | assume they are implemented correctly and securely. If they are |
32 | not please contact your OS provider. | 32 | not please contact your OS provider. |
33 | 33 | ||