Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-07-20 | foomatic4-db-engine: Avoid possible strcpy(3) undefined behaviour | leot | 1 | -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++ |