Commit 720e66c
authored
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_length1 parent 1b827d9 commit 720e66c
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
911 | 911 | | |
912 | 912 | | |
913 | 913 | | |
914 | | - | |
| 914 | + | |
| 915 | + | |
| 916 | + | |
| 917 | + | |
| 918 | + | |
| 919 | + | |
915 | 920 | | |
916 | 921 | | |
917 | 922 | | |
| |||
0 commit comments