]> granicus.if.org Git - php/commit
Avoid running off the end of a non-null terminated string. Not that we
authorRasmus Lerdorf <rasmus@php.net>
Thu, 24 May 2007 20:53:05 +0000 (20:53 +0000)
committerRasmus Lerdorf <rasmus@php.net>
Thu, 24 May 2007 20:53:05 +0000 (20:53 +0000)
commit61b06f1527832ce151de9156766edbdc91949864
tree87f74baa5fb5e5f7d55487c81b8d93f9994bbe7a
parent5603bef272b02f164247649d4e50107f01b9641c
Avoid running off the end of a non-null terminated string.  Not that we
should have any of those, but a mistake in an extension could hit this
and the check doesn't actually make any sense as far as I am concerned.
ext/standard/string.c