Avoid Crash When Database Name Exceeds Maximum Length
A stack buffer overrun was seen in c-treeACE SQL Server when a SQL client connected to a database whose name exceeded the maximum SQL database name length. The logic has been corrected by truncating the copied name to the maximum name length.