]> git.eshelyaron.com Git - emacs.git/commit
Properly parse TTC tables with digital signatures
authorPo Lu <luangruo@yahoo.com>
Sat, 6 Jan 2024 07:24:58 +0000 (15:24 +0800)
committerEshel Yaron <me@eshelyaron.com>
Sat, 6 Jan 2024 16:16:28 +0000 (17:16 +0100)
commite7f236e8830153f17f1573a25ca0130c2adc4130
tree594ae10f5e47cbae0ab68e508ec03f0dbe0734d1
parent9dbfbe3894e54efcd8de5db3dfebcb04b3a2d10b
Properly parse TTC tables with digital signatures

* src/sfnt.c (sfnt_read_ttc_header): Don't inadvertently
overwrite first two offsets while reading the digital signature.

(cherry picked from commit 2f59052602e71fb818dd5d671be119793864e712)
src/sfnt.c