ddceea5672
* move to qt3 (with PORTHOME quirk for uic3) * add license note * add $OpenBSD$ tag to patch files * update pkg/SECURITY file to reflect reality
11 lines
268 B
Plaintext
11 lines
268 B
Plaintext
$OpenBSD: SECURITY,v 1.5 2002/07/17 07:27:02 wilfried Exp $
|
|
|
|
Xxdiff uses strncpy in a few functions.
|
|
The included patches correct the usage to
|
|
strlcpy where needed.
|
|
|
|
Files affected are:
|
|
${WRKSRC}/src/app.cpp
|
|
${WRKSRC}/src/buffer.cpp
|
|
${WRKSRC}/src/resParser.l
|