Skip to content

Conversation

@cmb69
Copy link
Member

@cmb69 cmb69 commented Aug 18, 2020

tolower() returns an int, so we must not convert to char which
may be signed and as such may be subject to overflow (actually,
implementation defined behavior).

`tolower()` returns an `int`, so we must not convert to `char` which
may be `signed` and as such may be subject to overflow (actually,
implementation defined behavior).
@cmb69 cmb69 added the Bug label Aug 18, 2020
@php-pulls php-pulls closed this in 844a2dd Aug 24, 2020
@cmb69 cmb69 deleted the cmb/79986 branch August 24, 2020 09:11
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