diff options
author | Anton Blanchard <anton@samba.org> | 2015-07-06 09:41:09 +1000 |
---|---|---|
committer | Anton Blanchard <anton@samba.org> | 2015-07-06 10:13:00 +1000 |
commit | 275009d0bdece1cd9fe58ca34d1ab7586441ec30 (patch) | |
tree | 8dcabd0e1ece9beaa1239d585f67ea38dd4f5e90 /sapi/phpdbg/phpdbg_opcode.c | |
parent | a97f7644725fab6a6c3681b3062f40994a218cb6 (diff) | |
download | php-git-275009d0bdece1cd9fe58ca34d1ab7586441ec30.tar.gz |
http parser code assumes char is signed
A char can be either signed or unsigned, and on PowerPC and ARM it is
unsigned. The following code will always be false on these architectures:
if (c == -1) goto error;
Diffstat (limited to 'sapi/phpdbg/phpdbg_opcode.c')
0 files changed, 0 insertions, 0 deletions