Commit 3b88576ba0807f5203310c22d5dbfff803c4abd9

Alexei Podtelezhnikov 2018-04-22T17:22:35

[base] Fix bitmap emboldening. Bug introduced after release 2.8. * src/base/ftbitmap.c (ft_bitmap_assure_buffer): We use `FT_QALLOC_MULT', which doesn't zero out the buffer. Adjust the bitmap copying code to take care of this fact.