]> granicus.if.org Git - php/commit
Fix #60192 SegFault when Collator not constructed properly
authorFlorian Anderiasch <fa@php.net>
Wed, 2 Nov 2011 07:36:52 +0000 (07:36 +0000)
committerFlorian Anderiasch <fa@php.net>
Wed, 2 Nov 2011 07:36:52 +0000 (07:36 +0000)
commit294c28f88530bda99a5e68ac856daf0f8390395b
tree0737db8db5bf1eebb0506c5970c0d573a1ff83d8
parente0f781f4967a937c787ab682907b6d6c48dcba6f
Fix #60192 SegFault when Collator not constructed properly
ext/intl/collator/collator_compare.c
ext/intl/collator/collator_locale.c
ext/intl/collator/collator_sort.c
ext/intl/tests/bug60192-compare.phpt [new file with mode: 0644]
ext/intl/tests/bug60192-getlocale.phpt [new file with mode: 0644]
ext/intl/tests/bug60192-getsortkey.phpt [new file with mode: 0644]
ext/intl/tests/bug60192-sort.phpt [new file with mode: 0644]
ext/intl/tests/bug60192-sortwithsortkeys.phpt [new file with mode: 0644]