<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