PHANTOM
🇮🇳 IN
Skip to content

Fix #81283: shmop_read(): count is out of range#7301

Closed
cmb69 wants to merge 1 commit intophp:PHP-7.4from
cmb69:cmb/81283
Closed

Fix #81283: shmop_read(): count is out of range#7301
cmb69 wants to merge 1 commit intophp:PHP-7.4from
cmb69:cmb/81283

Conversation

@cmb69
Copy link
Member

@cmb69 cmb69 commented Jul 23, 2021

start, count and shmop->size are zend_long, so we must not
restrict to INT_MAX.

`start`, `count` and `shmop->size` are `zend_long`, so we must not
restrict to `INT_MAX`.
@cmb69 cmb69 added the Bug label Jul 23, 2021
@cmb69 cmb69 closed this in 387c0de Jul 23, 2021
@cmb69 cmb69 deleted the cmb/81283 branch July 23, 2021 15:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants