Changes between Initial Version and Version 2 of Ticket #410
- Timestamp:
- 09/21/2026 01:49:24 PM (18 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #410 – Description
initial v2 26 26 27 27 Bug 8: Minor issues 28 There’s a missing return statement in an error code ^= 0 block, there are several places where substr lengths could calculate to a negative number if senders are corrupted or missing, there’s an uninitialized mbx_index variable, and an unnecessary array copy when n_messages = 0.28 There’s a missing return statement in an error code !^= 0 block, there are several places where substr lengths could calculate to a negative number if senders are corrupted or missing, there’s an uninitialized mbx_index variable, and an unnecessary array copy when n_messages = 0.
