summaryrefslogtreecommitdiff
path: root/print/foomatic4-db-engine/patches/patch-foomatic-combo-xml.c
AgeCommit message (Collapse)AuthorFilesLines
2018-07-20foomatic4-db-engine: Avoid possible strcpy(3) undefined behaviourleot1-0/+33
When *dst and *src overlaps in strcpy(3) according to POSIX the behaviour is undefined and at least on NetBSD this lead to SIGABRT (due buffer overflow detection of fortify) in foomatic-combo-xml. PKGREVISION++