K 10 svn:author V 7 rpokala K 8 svn:date V 27 2018-03-22T06:31:05.192781Z K 7 svn:log V 275 jedec_dimm: Use correct string length when populating sc->slotid_str Don't limit the copy to the size of the target string *pointer* (always 4 on 32-bit / 8 on 64-bit). Instead, just use strdup(). Reported by: Coverity CID: 1386912 Reviewed by: cem, imp MFC after: 1 week END