]> git.eshelyaron.com Git - emacs.git/commit
Fix out of bound write after poly of single pixel span
authorPo Lu <luangruo@yahoo.com>
Sat, 4 Mar 2023 11:54:21 +0000 (19:54 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 4 Mar 2023 11:54:21 +0000 (19:54 +0800)
commit46c8e7617a11b25a4c07f1cc59921dcad559e8e9
tree879828f67dc9544b1824e133ebcd7704bde3d5fe
parent2634765bc382c27e2d11dc14174ca80d9cf41e15
Fix out of bound write after poly of single pixel span

* src/sfnt.c (sfnt_fill_span): Specifically handle spans that
span a single pixel by computing the coverage in the center.
src/sfnt.c