]> granicus.if.org Git - php/commit
fix segfault in strripos() when offset == INT_MAX+1
authorAntony Dovgal <tony2001@php.net>
Thu, 10 May 2007 22:08:35 +0000 (22:08 +0000)
committerAntony Dovgal <tony2001@php.net>
Thu, 10 May 2007 22:08:35 +0000 (22:08 +0000)
commit483c3034bcf2d989c8c01761c68d094e0362840b
tree6d5f7caab6f99815e6e1f946bb7ef6a00e6addd2
parente7e46b2d1cf632c72b72b78b898151dd5f66014b
fix segfault in strripos() when offset == INT_MAX+1
identified and repoted by Joxean Koret
ext/standard/string.c
ext/standard/tests/strings/strripos_offset.phpt [new file with mode: 0644]