|
Alexander Peshkov made changes - 10/Jul/19 08:06 AM
Monitoring truncates the stored user name to 31 bytes but no terminator byte is added when strncpy copied exactly 31 bytes. The fix should be one-liner.
Sean Leyne made changes - 10/Jul/19 02:23 PM
Sean Leyne made changes - 10/Jul/19 02:24 PM
Alexander Peshkov made changes - 10/Jul/19 03:36 PM
Dmitry Yemanov made changes - 12/Jul/19 08:27 AM
It should be fixed now, please test the next snapshot build, once it's available.
Dmitry, in area http://web.firebirdsql.org/download/snapshot_builds/win/3.0/ last build #33152 from 7 july.
Dmitry, in the snapshot a connection sees itself in the MON$ATTACHMENTS.
Dmitry Yemanov made changes - 17/Jul/19 05:24 AM
Dmitry Yemanov made changes - 17/Jul/19 05:27 AM
Pavel Zotov made changes - 25/Jul/19 06:20 AM
Pavel Zotov made changes - 25/Jul/19 10:40 AM
Pavel Zotov made changes - 25/Jul/19 10:41 AM
|
CORE-5866length FIO is 14 symbols and is more than 31 (14 * 2 + 5 = 33).There - 13 symbols. 13 * 2 + 5 = 31 symbols. The problem is when the name is 31 characters long.