[Bug 209727] [NEW] encryption key display has a mistake

Launchpad Bug Tracker 209727 at bugs.launchpad.net
Mon Dec 29 03:19:52 GMT 2008


You have been subscribed to a public bug by Weboide (weboide):

Binary package hint: wavemon

Hello,

in some cases, the encryption key is not shown clearly in wavemon
0.4.0b-11.

Example: Your Key is

06060606060606060606060606

then wavemon displays this:

 6 6 6 6 6 6 6 6 6 6 6 6 6

It happens, if there is a hex-value smaller then 10 (16 dec), so the
first zero will not be shown.

Here is the code in file info_scr.c function display_info()

			for (i = 0; i < info.keysize; i++) {
				sprintf(tmp, "%2X", info.key[i]);     <- I think ,%02X", will solve the problem???
				waddstr_b(w_info, tmp);
			}

Hope you understand me. Excuse my bad english.

Yours sincerely, Pinking.

** Affects: wavemon (Ubuntu)
     Importance: Low
         Status: Confirmed


** Tags: bitesize
-- 
encryption key display has a mistake
https://bugs.launchpad.net/bugs/209727
You received this bug notification because you are a member of Ubuntu Sponsors for universe, which is a direct subscriber.



More information about the Ubuntu-universe-sponsors mailing list