Your message dated Thu, 10 Sep 2015 19:46:01 +0100
with message-id <[email protected]>
and subject line Re: Bug#749664: horst: Conflicting declarations of function
main_input to cause undefined behaviour
has caused the Debian Bug report #749664,
regarding horst: Conflicting declarations of function main_input to cause
undefined behaviour
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.)
--
749664: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=749664
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: horst
Version: 3.0-2
Usertags: goto-cc
During a rebuild of all Debian packages in a clean sid chroot (using cowbuilder
and pbuilder) the build failed with the following error. Please note that we
use our research compiler tool-chain (using tools from the cbmc package), which
permits extended reporting on type inconsistencies at link time.
[...]
cc -Wl,-z,relro -o horst main.o capture.o protocol_parser.o network.o wext.o
node.o essid.o channel.o util.o ieee80211_util.o listsort.o average.o display.o
display-main.o display-filter.o display-help.o display-statistics.o
display-essid.o display-history.o display-spectrum.o display-channel.o
-lncurses -lm
error: conflicting function declarations "main_input"
old definition in module display file display.c line 46
signed int (signed int)
new definition in module display-main file display-main.c line 493
signed int (char key)
Makefile:70: recipe for target 'horst' failed
make[1]: *** [horst] Error 64
make[1]: Leaving directory
'/srv/jenkins-slave/workspace/sid-goto-cc-horst/horst-3.0'
dh_auto_build: make -j1 returned exit code 2
debian/rules:16: recipe for target 'build' failed
make: *** [build] Error 2
The wrong declaration here
http://sources.debian.net/src/horst/3.0-2/display.c?hl=46#L46
will cause arbitrary truncation for values larger than 127 or any negative
values; yet even for values that fit this range big endian systems will end up
with an arbitrary argument value as the byte location is wrong.
Best,
Michael
pgpql8ChmizUq.pgp
Description: PGP signature
--- End Message ---
--- Begin Message ---
Version: 4.0-1
On Wed, Sep 09, 2015 at 21:06:06 -0400, anarcat wrote:
> Control: fixed -1 4.0-1
>
> On Thu, May 29, 2014 at 12:55:30AM +0100, Michael Tautschnig wrote:
> [...]
> > The wrong declaration here
> >
> > http://sources.debian.net/src/horst/3.0-2/display.c?hl=46#L46
> >
> > will cause arbitrary truncation for values larger than 127 or any negative
> > values; yet even for values that fit this range big endian systems will end
> > up
> > with an arbitrary argument value as the byte location is wrong.
>
> Hi.
>
> I believe this was fixed in version 4.0.
>
Yes, re-running the build confirmed this. Thus closing the issue.
Best,
Michael
pgpsdBmAHY3MI.pgp
Description: PGP signature
--- End Message ---