Bugzilla – Bug 134186
rsaref-2.0-509: local variable used before set
Last modified: 2006-03-27 16:02:35 UTC
I just tried to compile package rsaref-2.0-509 with the GNU C compiler. It said ../source/r_enhanc.c:890: warning: "status" is used uninitialized in this function The source code is if (status) break; Suggest initialise local variable "status" before first use.
(In reply to comment #0) > I just tried to compile package rsaref-2.0-509 with the GNU C compiler. This has been in status "new" for over three months. I would like to clarify if this bug will still be new when 10.1 hits the shops.
Sorry, this somehow fell through the cracks. The variable *is* initialized in the 'for' loop preceding the code you state. But it's only initialized as long as inputLen is greater then 32. I've just fixed it.