<b>5.0.5.1871</b>
Latest QA run:
SS: UTC 2026.07.22 04:05:38 - 2026.07.22 05:10:55
CS: UTC 2026.07.22 05:11:12 - 2026.07.22 06:56:49
-------------------------------------------------
GitHub Action 2026.07.21 21:05:56 <span class="t_gh_bot">increment build number</span>
-------------------------------------------------
Closest previous non-bot:
<b>5.0.5.1869</b>
ChudaykinAlex 2026.07.21 10:09:53
Merge commit from fork
* NULL dereference and integer overflow in op_batch_msg handler
CWE-476: added rsr_format NULL check before dereferencing fmt_length.
CWE-190: replaced unchecked ULONG multiplication with 64-bit overflow
guard using FB_UINT64 and UINT_MAX.
* Use MAX_ULONG instead of UINT_MAX to match ULONG type of cstr_length

Changed paths:
  M src/remote/protocol.cpp