Re: [PATCH] lib: fix uninitialized field in message objects.

Subject: Re: [PATCH] lib: fix uninitialized field in message objects.

Date: Thu, 26 May 2022 08:38:56 -0300

To: notmuch@notmuchmail.org

Cc:

From: David Bremner


David Bremner <david@tethera.net> writes:

> David Bremner <david@tethera.net> writes:
>
>> Initially reported by Eliza Vasquez [1] (via valgrind).
>>
>> [1]: id:87o7zxj086.fsf@eliza.
>
> Applied to release and master. As soon as I did realized that
> pedantically it should be
>
>              message->modified = false
>
> since it's a bool, not a notmuch_bool_t. It's hard to imagine that
> making a difference, but I guess we should clean that up eventually.

And, eventually is now. I decided to just go and fix that. Apologies for
the extra noise.

d
_______________________________________________
notmuch mailing list -- notmuch@notmuchmail.org
To unsubscribe send an email to notmuch-leave@notmuchmail.org

Thread: