Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Jan 2019 07:30:03 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 71602] [patch] uninitialized "len" used instead of "slen" within setkey(8) code
Message-ID:  <bug-71602-227-WWGddCVjia@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-71602-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-71602-227@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=3D71602

--- Comment #4 from Dan Lukes <dan@obluda.cz> ---
Clang no longer complains on dereferencing type-punned pointer and len -> s=
len
issue has been solved 10 years ago.

It still emit warning "variable 'p2' is used uninitialized", but now it's f=
alse
warning, real error is no longer behind.=20

My (ancient) effort to clean up code from warnings (and from true errors hi=
dden
behind of some of them) has failed because of lack of interest on committers
side. I'm giving up on it.

Warning related to uninitialized p2 still should be mitigated, but I'm not
going to re-create patch (14 years old patch no longer fit current code). I=
'm
so old to wait years for someone willing to review it (no offense of any ki=
ng -
I'm just so old).=20=20

Let's close this PR. Thank you for the time you spent on it.

--=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-71602-227-WWGddCVjia>