Changes between Initial Version and Version 2 of Ticket #410


Ignore:
Timestamp:
09/21/2026 01:49:24 PM (18 hours ago)
Author:
Gary Dixon
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #410 – Description

    initial v2  
    2626
    2727Bug 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.
     28There’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.