[U-Boot-Users] Re: [DNX#2006040142000624] Bug fix on cmd_nand.c

1 Apr
2006
1 Apr
'06
12:20 a.m.
Hello list,
inside the automatic U-Boot patch tracking system a new ticket [DNX#2006040142000624] was created:
<snip>
Hello, Wolfgang!
I found two bugs in common/cmd_nand.c when debugging nand flash, which is from u-boot-1.1.4 and the same with git tree:
- there are 3 places using "not exact" or "wrong" parameters in
strncmp() function.
strncmp(cmdtail, ".oob", 2) ==> strncmp(cmdtail, ".oob", 4) strncmp(cmdtail, ".jffs2", 2) ==> strncmp(cmdtail, ".jffs2", 6) strncmp(cmdtail, ".jffs2s", 2) ==> strncmp(cmdtail, ".jffs2s", 7)
- "nand read.jffs2" command will bypass "nand read.jffs2s" command
for the else-if branch.
FYI, the attachment is a diff patch with "-purN" options.
Best regards, Dongyan Chai
</snip>
Your U-Boot support team
6978
Age (days ago)
6978
Last active (days ago)
0 comments
1 participants
participants (1)
-
DENX Support System