<b>5.0.5.1871</b>
Latest QA run:
SS: UTC 2026.07.23 15:04:43 - 2026.07.23 15:48:16
CS: UTC 2026.07.23 15:49:09 - 2026.07.23 16:46:06
-------------------------------------------------
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