mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fix bug #73208 - another missing length check
This commit is contained in:
parent
40e7baab3c
commit
ef801b9bf9
1 changed files with 1 additions and 1 deletions
|
@ -2523,7 +2523,7 @@ PHP_FUNCTION(imap_8bit)
|
|||
RETURN_FALSE;
|
||||
}
|
||||
|
||||
RETVAL_STRINGL(decode, newlength, 1);
|
||||
RETVAL_STRINGL_CHECK(decode, newlength, 1);
|
||||
fs_give((void**) &decode);
|
||||
}
|
||||
/* }}} */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue