# The compiler correctly determines that the strncmp() and
# the strncpy() calls in there are perfectly safe.
# As an aside, it just so happens that the strncpy() cannot
# ever produce a non-null-terminated string, since the static
# buffer is way longer than the strncpy() size parameter, so
# it will be zero-padded... a lot.
#
fenix-plugins: hardening-no-fortify-functions usr/lib/fenix/plugins/ttf.so
