[PATCH] fix parsing information in smbios prober
David Zeuthen
david at fubar.dk
Mon May 8 08:16:43 PDT 2006
On Fri, 2006-05-05 at 17:41 +0200, Danny Kukawka wrote:
> Hi,
>
> this little patch fix the information parsing in probe-smbios. There are
> currently some problem to parse information where the tag-string is shorter
> than 7 chars. I replaced the usage of 'sizeof(char*) -1' (which return the
> size of the pointer and not the string --> 8-1=7) with 'strlen(char*)'.
>
> Please review.
Looks good to commit.
Thanks,
David
More information about the hal
mailing list