[Bugs] [Bug 1325683] New: the wrong variable was being checked for gf_strdup
bugzilla at redhat.com
bugzilla at redhat.com
Sun Apr 10 15:57:01 UTC 2016
https://bugzilla.redhat.com/show_bug.cgi?id=1325683
Bug ID: 1325683
Summary: the wrong variable was being checked for gf_strdup
Product: GlusterFS
Version: mainline
Component: rpc
Severity: low
Assignee: bugs at gluster.org
Reporter: johnzzpcrystal at gmail.com
CC: bugs at gluster.org
in function rpc_transport_inet_options_build :
host = gf_strdup ((char*)hostname);
if (!hostname) {
ret = -1;
goto out;
}
hostname should be host
--
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