Page MenuHome GnuPG

seed.c: the right operand of '^' is a garbage value
Closed, WontfixPublic

Description

Another one that's interesting in a morbid sort of way...

libtool: compile: /usr/local/bin/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I.
-I.. -I../src -I../src -I/usr/local/include -g3 -O1 -fvisibility=hidden -Wall
-MT seed.lo -MD -MP -MF .deps/seed.Tpo -c seed.c -o seed.o

seed.c:348:3: warning: The right operand of '^' is a garbage value

OP (x1, x2, x3, x4, 0);
^~~~~~~~~~~~~~~~~~~~~~

seed.c:324:15: note: expanded from macro 'OP'

t0.w = X3 ^ ctx->keyschedule[rbase];                        \
          ^ ~~~~~~~~~~~~~~~~~~~~~~~

1 warning generated.

Details

Version
1.6.3

Event Timeline

JW set Version to 1.6.3.
JW added a subscriber: JW.

Given all the other faulty warnings I have seen meanwhile I have severe doubts
on the quality of that tool! Please distcuss on gnupg-devel.

marcus claimed this task.