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:26:43 -0300

To: notmuch@notmuchmail.org

Cc:

From: David Bremner


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.

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

Thread: