Details
-
Bug
-
Resolution: Done
-
Minor
-
None
-
None
-
3
-
9223372036854775807
Description
In lov_verify_lmm() we have:
sprintf(buffer+2*i, "%.2X", ((char *)lmm)[i]);
This produces a warning since we only reference char, but assume int in the format.
correct format is apparently %.2hhX
Hi Oleg,
This is not valid anymore and could be closed.
$ find . -type f -name "*.[ch]" | xargs grep -i lov_verify_lmm | wc 0 0 0