NiLuJe / FBInk

FrameBuffer eInker, a small tool & library to print text & images to an eInk Linux framebuffer
https://www.mobileread.com/forums/showthread.php?t=299110
GNU General Public License v3.0
332 stars 23 forks source link

free_ot_font: Double Free #37

Closed yparitcher closed 5 years ago

yparitcher commented 5 years ago

font_info = NULL only nulls the local copy not otFonts.otRegular leads to double free when calling free_ot_font() more than once

Fixes #36

NiLuJe commented 5 years ago

Thanks!