Subject: CVS commit: pkgsrc/print/foomatic4-db-engine
From: Leonardo Taccari
Date: 2018-07-20 21:14:00
Message id: 20180720191400.7EFB5FBEC@cvs.NetBSD.org

Log Message:
foomatic4-db-engine: Avoid possible strcpy(3) undefined behaviour

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++

Files:
RevisionActionfile
1.29modifypkgsrc/print/foomatic4-db-engine/Makefile
1.8modifypkgsrc/print/foomatic4-db-engine/distinfo
1.1addpkgsrc/print/foomatic4-db-engine/patches/patch-foomatic-combo-xml.c