Your message dated Mon, 25 Sep 2006 13:35:56 -0600
with message-id <[EMAIL PROTECTED]>
and subject line fixed in 0.10.10-2sarge7
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: ethereal
Version: 0.10.10-2sarge5
Severity: important
Tags: patch, sarge

Our automated buildd log filter[1] detected a problem that will cause
your package to segfault on architectures where the size of a pointer
is greater than the size of an integer, such as ia64 and amd64.

It appears that the 0.10.10-2sarge5 security update introduced a call
to strdup() without including string.h.

[1]http://people.debian.org/~dannf/check-implicit-pointer-functions

----- Forwarded message from Debian/IA64 non-US Build Daemon <[EMAIL 
PROTECTED]> -----

Subject: Log for successful build of ethereal_0.10.10-2sarge5 (dist=stable)
From: Debian/IA64 non-US Build Daemon <[EMAIL PROTECTED]>
Date: Mon, 31 Jul 2006 22:58:34 +0100
To: undisclosed-recipients: ;
X-PMX-Version: 5.1.2.240295, Antispam-Engine: 2.3.0.1, Antispam-Data: 
2006.7.31.143933
X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at ldl.fc.hp.com
X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on ldl.lart
X-Spam-Level: 
X-Spam-Status: No, score=-1.5 required=3.5 tests=AWL,BAYES_00,UNDISC_RECIPS 
        autolearn=no version=3.0.3
Debian-Buildd-Error: Yes

Function `strdup' implicitly converted to pointer at asn1.c:1081

----- End forwarded message -----

--- ethereal-0.10.10/epan/asn1.c.orig   2006-08-14 18:02:40.309819607 -0600
+++ ethereal-0.10.10/epan/asn1.c        2006-08-14 18:03:25.968746694 -0600
@@ -66,6 +66,7 @@
 
 #include <glib.h>
 
+#include <string.h>
 #ifdef NEED_SNPRINTF_H
 # include "snprintf.h"
 #endif

-- 
dann frazier | HP Open Source and Linux Organization


--- End Message ---
--- Begin Message ---
Version: 0.10.10-2sarge7

-- 
dann frazier


--- End Message ---

Reply via email to