summaryrefslogtreecommitdiffstats
path: root/input
diff options
context:
space:
mode:
authorUoti Urpala <uau@mplayer2.org>2012-05-17 17:38:00 +0300
committerUoti Urpala <uau@mplayer2.org>2012-05-17 17:38:00 +0300
commitf63dbaddb6de6add6d987dc28ca8771aca230451 (patch)
treefb7dd0f6c86c48fd9e4cbf9b97b76b9f2ec99d4b /input
parent95438e54b8128061b1b8751943e69a5af2e338f1 (diff)
downloadmpv-f63dbaddb6de6add6d987dc28ca8771aca230451.tar.bz2
mpv-f63dbaddb6de6add6d987dc28ca8771aca230451.tar.xz
font_load_ft.c: fix possible crash with recent Fontconfig
Calling FcFontMatch with last argument NULL triggers an assertion failure in latest libfontconfig (2.9.0). Change the code to use a dummy address, like another nearby call to FcFontMatch already did. Whether the code triggering the assertion failure was run depended on font settings and/or available system fonts (the code looks like you'd have to get a non-scalable font first). Thus it didn't usually happen even with problematic libfontconfig version.
Diffstat (limited to 'input')
0 files changed, 0 insertions, 0 deletions