Your message dated Mon, 29 Dec 2008 09:47:18 +0000
with message-id <[email protected]>
and subject line Bug#508382: fixed in spooles 2.2-6
has caused the Debian Bug report #508382,
regarding libspooles2.2-5: possible integer overflow in I2Ohash/src/util.c on 
64bit-systems
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.)


-- 
508382: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=508382
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libspooles2.2-5
Severity: normal

possible integer overflow in I2Ohash/src/util.c on 64bit-systems

F1/cpl8010_src> diff I2Ohash/src/util*.c      
23d22
< long int loc3 ;
43,45c42
< loc3  = (long int)loc1*(long int)loc2 % hashtable->nlist ;
< loc  = (int) loc3 ;
< /* loc  = (loc1*loc2) % hashtable->nlist ; */
---
> loc  = (loc1*loc2) % hashtable->nlist ;
47c44
< fprintf(stdout, "\n loc1 = %d, loc2 = %d, loc3 = %ld, loc = %d", loc1, loc2, 
loc3, loc) ;
---
> fprintf(stdout, "\n loc1 = %d, loc2 = %d, loc3 = %d", loc1, loc2, loc) ;
145d141
< long int loc3 ;
165,167c161
< loc3  = (long int)loc1*(long int)loc2 % hashtable->nlist ;
< loc  = (int) loc3 ;
< /* loc  = (loc1*loc2) % hashtable->nlist ; */
---
> loc  = (loc1*loc2) % hashtable->nlist ;
169c163
< fprintf(stdout, "\n loc1 = %d, loc2 = %d, loc3 = %ld, loc = %d", loc1, loc2, 
loc3, loc) ;
---
> fprintf(stdout, "\n loc1 = %d, loc2 = %d, loc3 = %d", loc1, loc2, loc) ;
224d217
< long int loc3 ;
239,241c232
< loc3  = (long int)loc1*(long int)loc2 % hashtable->nlist ;
< loc  = (int) loc3 ;
< /* loc  = (loc1*loc2) % hashtable->nlist ; */
---
> loc  = (loc1*loc2) % hashtable->nlist ;
306c297
<       measure += (double)count*(double)count ;
---
>       measure += count*count ;

F1/cpl8010_src> diff  I2Ohash/src/IO.c*       
44c44
<       measure += (double)count*(double)count ;
---
>       measure += count*count ;

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-amd64
Locale: lang=de...@euro, lc_ctype=de...@euro (charmap=ISO-8859-15)



--- End Message ---
--- Begin Message ---
Source: spooles
Source-Version: 2.2-6

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

libspooles-dev_2.2-6_amd64.deb
  to pool/main/s/spooles/libspooles-dev_2.2-6_amd64.deb
libspooles2.2_2.2-6_amd64.deb
  to pool/main/s/spooles/libspooles2.2_2.2-6_amd64.deb
spooles-doc_2.2-6_all.deb
  to pool/main/s/spooles/spooles-doc_2.2-6_all.deb
spooles_2.2-6.diff.gz
  to pool/main/s/spooles/spooles_2.2-6.diff.gz
spooles_2.2-6.dsc
  to pool/main/s/spooles/spooles_2.2-6.dsc



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.
Adam C. Powell, IV <[email protected]> (supplier of updated spooles 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.8
Date: Mon, 29 Dec 2008 04:21:04 -0500
Source: spooles
Binary: libspooles-dev libspooles2.2 spooles-doc
Architecture: source all amd64
Version: 2.2-6
Distribution: unstable
Urgency: low
Maintainer: Debian Scientific Computing Team 
<[email protected]>
Changed-By: Adam C. Powell, IV <[email protected]>
Description: 
 libspooles-dev - SPOOLES SParse Object Oriented Linear Equations Solver 
developmen
 libspooles2.2 - SPOOLES SParse Object Oriented Linear Equations Solver shared 
lib
 spooles-doc - SPOOLES numerical simulation pre- and post-processor documentatio
Closes: 508382 509784
Changes: 
 spooles (2.2-6) unstable; urgency=low
 .
   * Using mpi-default-dev instead of explicitly depending on openmpi or lam
     (closes: #509784).
   * Fixed more 64-bit issues in I2Ohash (thanks: Peter Schaefer;
     closes: #508382).
   * Adopted quilt for patch management.
   * Changed maintainer to pkg-scicomp-devel and added myself as first uploader.
Checksums-Sha1: 
 18f2d0d718fb081f18ffb2bfb73a01968a915fab 1338 spooles_2.2-6.dsc
 a64b85d94d6be07e0ba0a523c42b3cbe38a20d78 6514 spooles_2.2-6.diff.gz
 cf6711a3df67f6545f76389417fbdee249fdcbbf 5000044 spooles-doc_2.2-6_all.deb
 fd4b736361edc244266724891a24ea5fe68bbd44 794576 libspooles-dev_2.2-6_amd64.deb
 69e0945ef398c397c394cd4364dc0cc5b6c54926 562654 libspooles2.2_2.2-6_amd64.deb
Checksums-Sha256: 
 bc4cb587e4192ce660848baef4581580b16cbcbaa901456b655eaea655369aab 1338 
spooles_2.2-6.dsc
 5deb1ce829a108183c1a89ec3f58cac1d82b681c2ba4fd0234b14b2a51216a32 6514 
spooles_2.2-6.diff.gz
 3a771b756453781647f95895fecdb012b3718949569f16a09844e486217feae4 5000044 
spooles-doc_2.2-6_all.deb
 240f95b3569adc45753eed51cb7c2e31f653367881ffaf9b8ecc3f4a095a7ad8 794576 
libspooles-dev_2.2-6_amd64.deb
 f2940fd37b22c0afad5de23d5b03636dcd6990e0122e05807838f7f12ee2bc5c 562654 
libspooles2.2_2.2-6_amd64.deb
Files: 
 acd0bfc7c7524c056235e5c2d67dc47b 1338 math extra spooles_2.2-6.dsc
 2fcdeeb5f14c57f841587c6297e284f8 6514 math extra spooles_2.2-6.diff.gz
 676b3dc81c6ced227f883de09e982895 5000044 doc extra spooles-doc_2.2-6_all.deb
 e4c1cd11c2cff703e416bfbc33efa01b 794576 libdevel extra 
libspooles-dev_2.2-6_amd64.deb
 75f18b11693bd1f97518c3543ae304f8 562654 libs extra 
libspooles2.2_2.2-6_amd64.deb

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

iEYEARECAAYFAklYlzsACgkQUm8B6FZO5LZqHACcCaMd3pzrufSeihlihmKlaacU
C6IAnjHPrZnqDE5bsgM+i0L+BamBTMD0
=tS33
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to