diff options
author | Akira TAGOH <akira@tagoh.org> | 2016-07-08 14:16:49 +0900 |
---|---|---|
committer | Akira TAGOH <akira@tagoh.org> | 2016-07-08 14:18:35 +0900 |
commit | 99645ff9eecbf2178199aa940703fbe8ed275867 (patch) | |
tree | 586130ac9c7a2fe6097ebc796faf3b9c209f1964 /test/Makefile.am | |
parent | a34db434c6a81f5286af07fabfef874492edb163 (diff) | |
download | fontconfig-99645ff9eecbf2178199aa940703fbe8ed275867.tar.gz |
Bug 96676 - Check range of FcWeightFromOpenType argument
Fix a crash issue when FcWeightFromOpenType() gets a number more than it expects.
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index bf1ec24..72923fa 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -38,6 +38,10 @@ check_PROGRAMS += test-migration test_migration_LDADD = $(top_builddir)/src/libfontconfig.la endif +check_PROGRAMS += test-bz96676 +test_bz96676_LDADD = $(top_builddir)/src/libfontconfig.la +TESTS += test-bz96676 + EXTRA_DIST=$(check_SCRIPTS) $(TESTDATA) CLEANFILES= |