changes: many bugfixes, especially: xpmtoppm: fix wild pointer with color index > 127. which fixes a stack-based buffer overflow (CVE-2009-4274) pkgsrc change: use a fixed PLIST instead of generating on install, helps to detect problems
13 lines
343 B
Text
13 lines
343 B
Text
$NetBSD: patch-ao,v 1.4 2010/02/19 18:25:44 drochner Exp $
|
|
|
|
--- converter/ppm/ppmtompeg/headers/frames.h.orig 2006-10-18 18:29:13.000000000 +0000
|
|
+++ converter/ppm/ppmtompeg/headers/frames.h
|
|
@@ -8,6 +8,8 @@
|
|
#ifndef FRAMES_INCLUDED
|
|
#define FRAMES_INCLUDED
|
|
|
|
+#include "pm_config.h"
|
|
+
|
|
/*==============*
|
|
* HEADER FILES *
|
|
*==============*/
|