Skip to content

Commit 8761847

Browse files
committed
Adds zend_random_bytes_insecure to blocklist
1 parent 4f95c74 commit 8761847

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

phper-sys/build.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ fn main() {
4646
.blocklist_function("zend_ini_parse_quantity")
4747
// Block the `zend_startup` because it fails checks.
4848
.blocklist_function("zend_startup")
49+
// Block the `zend_random_bytes_insecure` because it fails checks.
50+
.blocklist_function("zend_random_bytes_insecure")
4951
.clang_args(&includes)
5052
.derive_default(true);
5153

0 commit comments

Comments
 (0)