From 8bf6bdeba4cec79975418d35d506c10fcb0f73df Mon Sep 17 00:00:00 2001 From: Bob Beck Date: Mon, 21 Jul 2014 21:07:26 -0600 Subject: add calloc to the list (integer overflow..) --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README') 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. Note: Our policy is generally to use your system provided intrinsics. 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 not please contact your OS provider. -- cgit v1.2.3-55-g6feb