K 10 svn:author V 3 jdp K 8 svn:date V 27 2004-05-14T01:29:21.000000Z K 7 svn:log V 245 Fix a potential stack buffer overflow on systems whose ACPI OEMID fills its field (6 characters). In that case the OEMID is not null-terminated, and the sprintf that was used would copy up to the next null byte, which could be pretty far away. END