|
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.
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.
|
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.