yeslogic / fontconfig-rs

Safe wrapper around freedesktop.org's fontconfig library, for locating fonts on UNIX like systems.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Soundness issue

Freax13 opened this issue · comments

Pattern::print dereferences the user accessible raw pointer Pattern::pat.

This is unsound because a use could change Pattern::pat without unsafe code and call Pattern::print to cause UB.