Nicholas Vinson <nvinson234@xxxxxxxxx> wrote: > When building with clang and glibc and -D_FORTIFY_SOURCE=2 is passed to > clang, the snprintf member of the expr_ops and obj_ops structures will > be incorrectly replaced with __builtin_snprintf_chk() which results in > "error: no member named '__builtin___snprintf_chk'" errors at build > time. Applied, thanks.