Skip to content

Commit 16f508d

Browse files
committed
Fixup
1 parent 2e38173 commit 16f508d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/openssl/openssl.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -5731,7 +5731,7 @@ PHP_FUNCTION(openssl_cms_read)
57315731

57325732
RETVAL_FALSE;
57335733

5734-
PHP_OPENSSL_CHECK_SIZE_T_TO_INT(p7b_len, p7b);
5734+
PHP_OPENSSL_CHECK_SIZE_T_TO_INT(p7b_len, p7b, 1);
57355735

57365736
bio_in = BIO_new(BIO_s_mem());
57375737
if (bio_in == NULL) {

0 commit comments

Comments
 (0)