Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
0.10.0
-
None
-
docker ubuntu-artful; autotools
Description
Static code analysis in the gcc 7.2 build under Ubuntu Artful pointed out a missing break that may be cause for alarm:
It looks like if the type is a set or map, and the key is a binary, it will fall through to an integer for handling. This seems incorrect.