Skip to content

Conversation

nielsdos
Copy link
Member

zend_ini_long() actually expects the length without the NUL byte, but we're passing the length with the NUL byte. This mess can actually be avoided altogether by using INI_INT, so use that instead.

zend_ini_long() actually expects the length without the NUL byte, but
we're passing the length *with* the NUL byte. This mess can actually be
avoided altogether by using INI_INT, so use that instead.
Copy link
Member

@devnexen devnexen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice find :)

@nielsdos nielsdos closed this in 89c4db9 May 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants