]> 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)
committerJuergen Spitzmueller <spitz@lyx.org>
Sun, 9 Jun 2024 06:09:01 +0000 (08:09 +0200)
commit2a9648fc4c58a007f7ddb4012d608666f8cc2ec8
treecb84fba136cefdc7988d8c86bb9ddd8c34928968
parent747a4a7946d1cfa9b7376f592d6238fb1747b5a5
Return false on invalid input in Font::fromString()

Fixes crash with invalid font-update lfun
src/Font.cpp
src/Text.cpp