]> git.lyx.org Git - lyx.git/commit
Return false on invalid input in Font::fromString()
authorJuergen Spitzmueller <spitz@lyx.org>
Sun, 9 Jun 2024 06:09:01 +0000 (08:09 +0200)
committerRichard Kimberly Heck <rikiheck@lyx.org>
Sun, 9 Jun 2024 17:10:05 +0000 (13:10 -0400)
commit5a69b8a184393e94c781addc423bf0273b573e52
tree417666aeb0bcf512997e7155e9aec8a382185995
parente01397f1dbd9e96e2b8dfb27eeb268567b491c9d
Return false on invalid input in Font::fromString()

Fixes crash with invalid font-update lfun

(cherry picked from commit 2a9648fc4c58a007f7ddb4012d608666f8cc2ec8)
src/Font.cpp
src/Text.cpp