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)
commitfe5f6f918867eae765c422ef2c0f16fc0e670a9a
tree59912d4e75fe2adf213fff2a70d0a28b5f828054
parente95bb57da91db26d1d5f6410440a1cb1c62ee17f
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]