Fix handling of several uinitialized intl objects
authorGustavo Lopes <glopes@nebm.ist.utl.pt>
Tue, 21 Aug 2012 21:21:59 +0000 (23:21 +0200)
committerGustavo Lopes <glopes@nebm.ist.utl.pt>
Wed, 22 Aug 2012 20:32:51 +0000 (22:32 +0200)
commita5d0c1e21b9fa166d8fe5ec7d52a24a5f7adc107
tree2ed39a52ede3d5e9dce93ffa5e0b1aff39698b69
parente5bdd2c0eeab50dc1f863dae9a32d3857ece6a79
Fix handling of several uinitialized intl objects
17 files changed:
ext/intl/collator/collator_class.h
ext/intl/collator/collator_create.c
ext/intl/dateformat/dateformat.c
ext/intl/dateformat/dateformat_attr.c
ext/intl/dateformat/dateformat_class.c
ext/intl/dateformat/dateformat_class.h
ext/intl/formatter/formatter_class.c
ext/intl/formatter/formatter_class.h
ext/intl/formatter/formatter_main.c
ext/intl/msgformat/msgformat.c
ext/intl/msgformat/msgformat_class.c
ext/intl/msgformat/msgformat_class.h
ext/intl/resourcebundle/resourcebundle_class.c
ext/intl/resourcebundle/resourcebundle_class.h
ext/intl/tests/dateformat_clone_bad_obj.phpt [new file with mode: 0644]
ext/intl/tests/formatter_clone_bad_obj.phpt [new file with mode: 0644]
ext/intl/tests/msgfmt_clone_bad_obj.phpt [new file with mode: 0644]