summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/phpdbg_opcode.c
diff options
context:
space:
mode:
authorAnton Blanchard <anton@samba.org>2015-07-06 09:41:09 +1000
committerAnton Blanchard <anton@samba.org>2015-07-06 10:13:00 +1000
commit275009d0bdece1cd9fe58ca34d1ab7586441ec30 (patch)
tree8dcabd0e1ece9beaa1239d585f67ea38dd4f5e90 /sapi/phpdbg/phpdbg_opcode.c
parenta97f7644725fab6a6c3681b3062f40994a218cb6 (diff)
downloadphp-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