[Bugs] [Bug 1563275] Valgrind claiming for "uninitialised byte(s)"

bugzilla at redhat.com bugzilla at redhat.com
Tue Apr 3 14:14:52 UTC 2018


https://bugzilla.redhat.com/show_bug.cgi?id=1563275



--- Comment #1 from Yannick Perret <yannick.perret at liris.cnrs.fr> ---
Adding this small thing here, because I don't know if creating a bugreport is
the right way for that:
there is a typo in a debug message in xlators/cluster/dht/src/dht-common.c line
955 et 956. A space is missing between the 2 parts of the message:

                gf_msg_debug (this->name, 0,
                              "internal xattr %s is present on subvol"
                              "on path %s gfid is %s " , conf->mds_xattr_key,
                               local->loc.path, gfid_local);
Should be:
                gf_msg_debug (this->name, 0,
                              "internal xattr %s is present on subvol"
                              " on path %s gfid is %s " , conf->mds_xattr_key,
                               local->loc.path, gfid_local);
(space before 'on path').

Please let me know what is the best way to report this. Regards.

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


More information about the Bugs mailing list