Skip to content

Avoid null pointer dereference in ct_font_descriptor_get_traits.

John Ralls requested to merge jralls/pango:coretext-nullref into main

CFDictionaryGetValue can return NULL and CFNumberGetValue doesn't null-check.

Reported in https://bugs.gnucash.org/show_bug.cgi?id=799473.

Merge request reports

Loading