On Tue, Aug 26, 2025 at 8:35 AM Eelco Chaudron via dev < [email protected]> wrote:
> Coverity flagged a potential null dereference of txnid > when calling raft_next_entry() in ovsdb_storage_read(). > > To prevent this, raft_next_entry() now checks whether txnid is non-NULL > before attempting to write to it. This preserves existing behavior > when txnid is valid, while safely handling the case where it is NULL. > > No change to normal operation; this only prevents potential crashes > if a NULL txnid is passed. > > Signed-off-by: Eelco Chaudron <[email protected]> > --- Acked-by: Mike Pattrick <[email protected]> _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
