Date: Wed, 03 Jul 2019 10:12:09 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 235305] net/glusterfs: Memory leak in 3.11/3.12 Message-ID: <bug-235305-7788-FlfhHMYG8e@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-235305-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-235305-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D235305 --- Comment #7 from Lapo Luchini <lapo@lapo.it> --- It's a simple upgrade s/3.11.1/3.12.15/ but that had a compilation error, w= hich I fixed by adding a missing "gf_" in a function name (as suggested by the compiler itself). (I don't understand how that even compiles upstream) Truth said: I'm not *sure* what that function does and if my fix is strictly correct, but given the absence of "uuid_is_null()" in the sources, the pres= ence of "gf_uuid_is_null()" and the fact that the variable is called "gfid" and = the following line calls "gf_uuid_copy()" I'd say it's safe to assume that's the correct fix. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-235305-7788-FlfhHMYG8e>