[Bug 20567] Uninitialised memory reference in RSAENH_CPImportKey

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Nov 4 16:45:20 CST 2009


http://bugs.winehq.org/show_bug.cgi?id=20567





--- Comment #6 from Dan Kegel <dank at kegel.com>  2009-11-04 16:45:20 ---
That seems to get rid of these two errors:

- Conditional jump or move depends on uninitialised value(s)
-    at test_import_export (rsaenh.c:1846)
-    by func_rsaenh (rsaenh.c:2490)
- 
- Conditional jump or move depends on uninitialised value(s)
-    at winetest_vok (test.h:306)
-    by winetest_ok (test.h:331)
-    by test_import_export (rsaenh.c:1846)
-    by func_rsaenh (rsaenh.c:2490)

but leaves ten others (and the two invalid reads).  (I'm not applying
any other patches, so if you or someone else sent in other patches
to help the other problems, that isn't reflected here.)

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list