[Users] [Bug 4761] New: remove wrong initialization from max_message_size

noreply at thewildbeast.co.uk noreply at thewildbeast.co.uk
Fri Feb 2 17:53:52 UTC 2024


https://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=4761

            Bug ID: 4761
           Summary: remove wrong initialization from max_message_size
           Product: Claws Mail (GTK 2)
           Version: GIT
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P3
         Component: Other
          Assignee: users at lists.claws-mail.org
          Reporter: olaf at aepfle.de

Created attachment 2446
  -->
https://www.thewildbeast.co.uk/claws-mail/bugzilla/attachment.cgi?id=2446&action=edit
gtk2-remove-wrong-initialization-from-max_message_size.patch

A valid value can only ever be positive. It was introduced correctly with an
unsigned type, but initialized incorrectly. Later the type was changed to
signed, instead of removing the incorrect initialization.

Restore the proper type, and remove the incorrect initial value.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Users mailing list