aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorBob Beck <beck@openbsd.org>2014-07-21 21:07:26 -0600
committerBob Beck <beck@openbsd.org>2014-07-21 21:07:26 -0600
commit8bf6bdeba4cec79975418d35d506c10fcb0f73df (patch)
tree412271a6a48f0ad3e4c9d60279a0de7974d56ef4 /README
parentee6e88285a490e338851026ba192419c2b4945c3 (diff)
downloadportable-8bf6bdeba4cec79975418d35d506c10fcb0f73df.tar.gz
portable-8bf6bdeba4cec79975418d35d506c10fcb0f73df.tar.bz2
portable-8bf6bdeba4cec79975418d35d506c10fcb0f73df.zip
add calloc to the list (integer overflow..)
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index fb62501..719a51e 100644
--- a/README
+++ b/README
@@ -27,7 +27,7 @@ or OSX with a sane compiler and C library.
27 27
28Note: Our policy is generally to use your system provided intrinsics. 28Note: Our policy is generally to use your system provided intrinsics.
29If your system provides security sensitive functions (such as 29If your system provides security sensitive functions (such as
30arc4random(), issetugid(), getentropy(), and others) we will 30arc4random(), issetugid(), calloc(), getentropy(), and others) we will
31assume they are implemented correctly and securely. If they are 31assume they are implemented correctly and securely. If they are
32not please contact your OS provider. 32not please contact your OS provider.
33 33