Your message dated Mon, 24 Mar 2008 17:17:05 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#401124: fixed in judy 1.0.5-1
has caused the Debian Bug report #401124,
regarding [m68k] alignment problems causing segfaults
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
401124: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=401124
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: judy
Severity: important
Tags: patch

Hi,

An alignment problem in judy causes other packages to fail (e.g.
miredo).  A few structures are not evenly dividable by word_t and thus
too little memory is allocated. The attached patch fixes this problem.
An alternative solution is to round up the size properly when
allocating.

bye, Roman

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: m68k
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.18-m68k-amiga
Locale: LANG=de_DE.UTF-8, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
diff -ur judy-1.0.3.org/src/Judy1/Judy1.h judy-1.0.3/src/Judy1/Judy1.h
--- judy-1.0.3.org/src/Judy1/Judy1.h	2005-02-15 22:06:07.000000000 +0100
+++ judy-1.0.3/src/Judy1/Judy1.h	2006-11-30 12:05:19.000000000 +0100
@@ -432,7 +432,7 @@
 /* 2 */ jp_t       jpm_JP;              // JP to first branch; see above.
 /* 4 */ Word_t     jpm_LastUPop0;       // last jpm_Pop0 when convert to BranchU
 // Note:  Field names match PJError_t for convenience in macros:
-/* 7 */ char       je_Errno;            // one of the enums in Judy.h.
+/* 7 */ int        je_Errno;            // one of the enums in Judy.h.
 /* 7/8 */ int      je_ErrID;            // often an internal source line number.
 /* 8/9 */ Word_t   jpm_TotalMemWords;   // words allocated in array.
 } j1pm_t, *Pj1pm_t;
diff -ur judy-1.0.3.org/src/JudyL/JudyL.h judy-1.0.3/src/JudyL/JudyL.h
--- judy-1.0.3.org/src/JudyL/JudyL.h	2005-02-15 22:06:07.000000000 +0100
+++ judy-1.0.3/src/JudyL/JudyL.h	2006-11-30 04:03:29.000000000 +0100
@@ -368,7 +368,7 @@
 /* 4 */ Word_t     jpm_LastUPop0;       // last jpm_Pop0 when convert to BranchU
 /* 7 */ Pjv_t      jpm_PValue;          // pointer to value to return.
 // Note:  Field names match PJError_t for convenience in macros:
-/* 8 */ char       je_Errno;            // one of the enums in Judy.h.
+/* 8 */ int        je_Errno;            // one of the enums in Judy.h.
 /* 8/9  */ int     je_ErrID;            // often an internal source line number.
 /* 9/10 */ Word_t  jpm_TotalMemWords;   // words allocated in array.
 } jLpm_t, *PjLpm_t;

--- End Message ---
--- Begin Message ---
Source: judy
Source-Version: 1.0.5-1

We believe that the bug you reported is fixed in the latest version of
judy, which is due to be installed in the Debian FTP archive:

judy_1.0.5-1.diff.gz
  to pool/main/j/judy/judy_1.0.5-1.diff.gz
judy_1.0.5-1.dsc
  to pool/main/j/judy/judy_1.0.5-1.dsc
judy_1.0.5.orig.tar.gz
  to pool/main/j/judy/judy_1.0.5.orig.tar.gz
libjudy-dev_1.0.5-1_amd64.deb
  to pool/main/j/judy/libjudy-dev_1.0.5-1_amd64.deb
libjudydebian1_1.0.5-1_amd64.deb
  to pool/main/j/judy/libjudydebian1_1.0.5-1_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Troy Heber <[EMAIL PROTECTED]> (supplier of updated judy package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Mon, 21 May 2007 15:07:50 -0600
Source: judy
Binary: libjudy-dev libjudydebian1
Architecture: source amd64
Version: 1.0.5-1
Distribution: unstable
Urgency: low
Maintainer: Troy Heber <[EMAIL PROTECTED]>
Changed-By: Troy Heber <[EMAIL PROTECTED]>
Description: 
 libjudy-dev - C library for creating and accessing dynamic arrays (dev package)
 libjudydebian1 - C library for creating and accessing dynamic arrays
Closes: 401124 424425
Changes: 
 judy (1.0.5-1) unstable; urgency=low
 .
   * Fixed alignment issue, (Closes: #401124)
   * Update packaging, policy, debhelper, etc.
   * Removed old BIT cruft from rules
   * Upstream has propper distclean target (Closes: #424425)
Files: 
 fa149a78699dd38e2d0b5716f1a312ab 571 libs optional judy_1.0.5-1.dsc
 115a0d26302676e962ae2f70ec484a54 1147847 libs optional judy_1.0.5.orig.tar.gz
 19d5958356b81fd71b72ad1a4d45b55e 3936 libs optional judy_1.0.5-1.diff.gz
 a836cf4e0f5a024a0d0f75337c79ca2d 198640 libdevel optional 
libjudy-dev_1.0.5-1_amd64.deb
 6fb1c827f8bccc2b108ad6ca62d170b4 115300 libs optional 
libjudydebian1_1.0.5-1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFH5+CvQOr9C+GfGI4RAqepAJ461okovHa+qxRyJ4WwwS0lvGcELgCfdsPe
vR4e8mEi2V1r/+aCjLAzTlg=
=db/s
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to