]> granicus.if.org Git - php/commit
- Fixed possible unsigned int wrap around in html.c. Note that 5.3 has the same
authorGustavo André dos Santos Lopes <cataphract@php.net>
Sun, 5 Feb 2012 14:57:57 +0000 (14:57 +0000)
committerGustavo André dos Santos Lopes <cataphract@php.net>
Sun, 5 Feb 2012 14:57:57 +0000 (14:57 +0000)
commit7dcada1c8c25a8e23d5ce3075a887f61bc8dd8a8
tree2f15594dc73bae5b7c60cd433b276f2483e9bb34
parent6af0bdc2a3ecf0a6b0cc29c285ac727c974b52d4
- Fixed possible unsigned int wrap around in html.c. Note that 5.3 has the same
  (potential) problem; even though the code is substantially different, the
  variable name and the fashion it was incremented was kept.
ext/standard/html.c