<b>4.0.8.3314</b>
Latest QA run:
SS: UTC 2026.07.23 17:12:02 - 2026.07.23 17:54:26
CS: UTC 2026.07.23 17:55:19 - 2026.07.23 18:48:03
-------------------------------------------------
GitHub Action 2026.07.21 21:05:57 <span class="t_gh_bot">increment build number</span>
-------------------------------------------------
Closest previous non-bot:
<b>4.0.8.3312</b>
ChudaykinAlex 2026.07.21 10:10:52
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