Package: main-menu
Version: 1.21
Severity: normal
Tags: d-i, patch
Hello.
I found one memory leak problem in the main-menu.c at show_main_menu().
The "s" variable is leaked.
Cheers,
--
/*
* Masami Ichikawa
* mailto: [EMAIL PROTECTED]
* : [EMAIL PROTECTED]
*/
Index: m
>> Index: user-setup-ask
>> ===
>> --- user-setup-ask (revision 47268)
>> +++ user-setup-ask (working copy)
>> @@ -37,6 +37,8 @@
>
I fixed messages in user-setup-udeb.templates.
maybe this p
gt;> Default: true
>> Index: user-setup-ask
>> =======
>> --- user-setup-ask (revision 47268)
>> +++ user-setup-ask (working copy)
>> @@ -37,6 +37,8 @@
>
Cheers,
--
/*
* Masami Ichikawa
* mailto: [EMAIL PROTECTED]
* : [EMAIL PROTECTED]
*/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
on 06/18/07 01:04, Geert Stappers wrote:
Op 17-06-2007 om 21:21 schreef Masami Ichikawa:
+ # password shouldn't contain login account.
+ ret=`echo $passwd | grep -ci $user`
+ if test $ret = 1; then
+ if test $passwd_len -ge $user_len; then
+ return 0
+
,
--
/*
* Masami Ichikawa
* mailto: [EMAIL PROTECTED]
* : [EMAIL PROTECTED]
*/
Index: functions.sh
===
--- functions.sh (revision 47268)
+++ functions.sh (working copy)
@@ -39,3 +39,53 @@
return 1
}
+
+# Return a true value if password
Hello:-)
Thanks for Otavio Salvador and Geert Stappers to reviewing.
I'll repair the point pointed out ASAP.
Cheers,
--
/*
* Masami Ichikawa
* mailto: [EMAIL PROTECTED]
* : [EMAIL PROTECTED]
*/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe
;t contain login account.
e.g. root's password doesn't allow these password.
"root123"
"123Root"
"1ROOT23"
4. The password should contain lower cases, upper cases, numbers.
I'm not sure that people wants to use it.
so, I set a debconf pri
Package: main-menu
Version: 1.15
Severity: normal
Tags: d-i, patch
Hi.
in show_main_menu(), menu was allocated but it isn't freed.
I think it should be freed.
I attached a patch.
I made own d-i image with custom main-menu and did test it. it works fine.
Cheers,
--
/*
* Masami Ich
ith a
minus sign."
so, from this message I thought that I can't use uppercase letters.
although, I can use uppercase letters.
I think the error message is not correct.
Cheers.
--
/*
* Masami Ichikawa
* mailto: [EMAIL PROTECTED]
* : [EMAIL PROTECTED]
*/
--
To UNSUBSCRIBE,
9 matches
Mail list logo