-
Type:
Bug
-
Status: Done
-
Priority:
Medium
-
Resolution: Fixed
-
Affects Version/s: 5.5.x, 5.6.x, 5.7.x
-
Fix Version/s: 5.7.21-21, 5.5.60-38.12, 5.6.40-84.0
-
Component/s: None
-
Labels:None
-
Upstream Bug URL:
Strings are compared with memcmp, which results in comparing uninitailized bytes. This has to be supressed or changed to str(n)cmp.