]> git.wh0rd.org - fontconfig.git/commitdiff
Must not insert cache into hash table before completely validating.
authorKeith Packard <keithp@koto.keithp.com>
Thu, 18 Oct 2007 16:41:00 +0000 (09:41 -0700)
committerKeith Packard <keithp@koto.keithp.com>
Thu, 18 Oct 2007 16:41:00 +0000 (09:41 -0700)
The cache was inserted into the hash table before the timestamps in the
cache were verified; if that verification failed, an extra pointer to the
now freed cache would be left in the hash table. FcFini would fail an
assertion as a result.


No differences found