[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#182157: marked as done (wrong assumption on char signedness)



Your message dated Tue, 25 Feb 2003 01:02:13 -0500
with message-id <E18nYAP-0000Uf-00@auric.debian.org>
and subject line Bug#182157: fixed in blackened 1.8.1-4
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)

--------------------------------------
Received: (at maintonly) by bugs.debian.org; 23 Feb 2003 12:00:51 +0000
>From GerhardTonn@gammatau.de Sun Feb 23 06:00:51 2003
Return-path: <GerhardTonn@gammatau.de>
Received: from moutvdom.kundenserver.de [212.227.126.252] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 18muoM-00074P-00; Sun, 23 Feb 2003 06:00:50 -0600
Received: from [212.227.126.223] (helo=mrvdomng.kundenserver.de)
	by moutvdom.kundenserver.de with esmtp (Exim 3.35 #1)
	id 18muoL-0003Jv-00
	for maintonly@bugs.debian.org; Sun, 23 Feb 2003 13:00:49 +0100
Received: from [80.138.129.87] (helo=tau)
	by mrvdomng.kundenserver.de with smtp (Exim 3.35 #1)
	id 18muoL-0005WX-00
	for maintonly@bugs.debian.org; Sun, 23 Feb 2003 13:00:49 +0100
From: Gerhard Tonn <GerhardTonn@gammatau.de>
To: maintonly@bugs.debian.org
Subject: wrong assumption on char signedness
Date: Sun, 23 Feb 2003 13:07:10 +0100
X-Mailer: KMail [version 1.1.99]
Content-Type: text/plain;
  charset="iso-8859-1"
MIME-Version: 1.0
Message-Id: <[🔎] 03022313071009.00757@tau>
Content-Transfer-Encoding: 8bit
Delivered-To: maintonly@bugs.debian.org
X-Spam-Status: No, hits=-0.2 required=4.0
	tests=HAS_PACKAGE,SPAM_PHRASE_00_01
	version=2.44
X-Spam-Level: 

Package: blackened
Version:  1.8.1-3
Severity: important

Hi,
char is per default unsigned on arm, powerpc and s390. There iare two warnings

fileio.c:648: warning: comparison is always true due to limited range of data 
type
fileio.c:697: warning: comparison is always true due to limited range of data 
type

during build of your package that might cause a runtime error. Please check

http://buildd.debian.org/fetch.php?&pkg=blackened&ver=1.8.1-3&arch=s390&stamp=1044806788&file=log&as=raw

for details.

In your case the variable c should be defined as int. Defining it as 
char is even wrong on i386, since the char 0xff is then interpreted as EOF. 
On the platforms mentioned above the EOF condition is never true, leading to 
an infinite loop.

Thanks,
Gerhard

---------------------------------------
Received: (at 182157-close) by bugs.debian.org; 25 Feb 2003 06:08:12 +0000
>From katie@auric.debian.org Tue Feb 25 00:08:11 2003
Return-path: <katie@auric.debian.org>
Received: from auric.debian.org [206.246.226.45] (mail)
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 18nYGB-0000zX-00; Tue, 25 Feb 2003 00:08:11 -0600
Received: from katie by auric.debian.org with local (Exim 3.35 1 (Debian))
	id 18nYAP-0000Uf-00; Tue, 25 Feb 2003 01:02:13 -0500
From: Matej Vela <vela@debian.org>
To: 182157-close@bugs.debian.org
X-Katie: $Revision: 1.32 $
Subject: Bug#182157: fixed in blackened 1.8.1-4
Message-Id: <E18nYAP-0000Uf-00@auric.debian.org>
Sender: Archive Administrator <katie@auric.debian.org>
Date: Tue, 25 Feb 2003 01:02:13 -0500
Delivered-To: 182157-close@bugs.debian.org

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

blackened_1.8.1-4.diff.gz
  to pool/main/b/blackened/blackened_1.8.1-4.diff.gz
blackened_1.8.1-4.dsc
  to pool/main/b/blackened/blackened_1.8.1-4.dsc
blackened_1.8.1-4_i386.deb
  to pool/main/b/blackened/blackened_1.8.1-4_i386.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 182157@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matej Vela <vela@debian.org> (supplier of updated blackened 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 ftpmaster@debian.org)


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

Format: 1.7
Date: Mon, 24 Feb 2003 21:42:26 +0100
Source: blackened
Binary: blackened
Architecture: source i386
Version: 1.8.1-4
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Matej Vela <vela@debian.org>
Description: 
 blackened  - A feature rich ircII based IRC client
Closes: 182157
Changes: 
 blackened (1.8.1-4) unstable; urgency=low
 .
   * QA upload.
   * source/fileio.c (function_fread, function_freadln): Store the return
     value of fgetc() in an int rather than a char.  Closes: #182157.
Files: 
 a026274ec34d91e4c96e049571da38ec 589 net optional blackened_1.8.1-4.dsc
 47c03ab156159b8b99f1273cf3aa9fb2 19823 net optional blackened_1.8.1-4.diff.gz
 5020d35100d4ac5944df2c01646af8a0 414348 net optional blackened_1.8.1-4_i386.deb

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

iD8DBQE+WxNQxBYivKllgY8RAnH5AJ900wcemiBXLIs3TrX4MsuAh2qruQCg2+za
geWvrrsiIWXu27RazcFnQzo=
=bAZN
-----END PGP SIGNATURE-----



Reply to: