[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] Fix harmless uninitialized read in svn_fs_fs__l2p_index_append

From: Orivej Desh <orivej_at_gmx.fr>
Date: Sat, 25 Jul 2020 23:27:22 +0000

Clang 10 memory sanitizer reports an uninitialized read of .offset in
     if ((entry > 0 && proto_entry.offset == 0) || eof)
when read_l2p_entry_from_proto_index set eof and left the proto_entry unset.

Received on 2020-07-26 01:27:51 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.