Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
1.2.0
-
None
-
All
Description
Line 1704 of shardrouter.c is liable to have unpredictable and probably fatal consequences:
snprintf(errbuf,"Unknown database: %s",db);
since the second parameter should be the number of characters to be used.