pspp-dev
[Top][All Lists]
Advanced

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

uninitialized variable in covariance_accumulate_listwise


From: Ben Pfaff
Subject: uninitialized variable in covariance_accumulate_listwise
Date: Mon, 15 Feb 2010 14:47:42 -0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

The "Clang" static analyzer noticed that the "val2" variable in
covariance_accumulate_listwise() is never initialized, even
though it is passed to update_hash_entry().  This looks like a
bug, but I don't know what is the correct fix.  Can you take a
look?

Thanks,

Ben.
-- 
"A computer is a state machine.
 Threads are for people who cant [sic] program state machines."
--Alan Cox




reply via email to

[Prev in Thread] Current Thread [Next in Thread]