|
[
Permalink
| « Hide
]
Maxim Kuzmin added a comment - 17/Jul/19 03:18 AM - edited
Dmitry, in the snapshot a connection sees itself in the MON$ATTACHMENTS.
Dmitry, in area http://web.firebirdsql.org/download/snapshot_builds/win/3.0/ last build #33152 from 7 july.
It should be fixed now, please test the next snapshot build, once it's available.
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.
Add: In
There - 13 symbols. 13 * 2 + 5 = 31 symbols. The problem is when the name is 31 characters long. |