Re: [hackers] [ii] [PATCH] ii: Remove unnecessary explicit zeroing of variables

2022-09-02 Thread Hiltjo Posthuma
On Fri, Sep 02, 2022 at 01:07:15PM +, Tom Schwindl wrote: > --- > ii.c | 20 ++-- > 1 file changed, 10 insertions(+), 10 deletions(-) > > diff --git a/ii.c b/ii.c > index 0856e8f010d3..520f75d1618a 100644 > --- a/ii.c > +++ b/ii.c > @@ -32,7 +32,7 @@ size_t strlcpy(char *, con

[hackers] [ii] [PATCH] ii: Remove unnecessary explicit zeroing of variables

2022-09-02 Thread Tom Schwindl
--- ii.c | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/ii.c b/ii.c index 0856e8f010d3..520f75d1618a 100644 --- a/ii.c +++ b/ii.c @@ -32,7 +32,7 @@ size_t strlcpy(char *, const char *, size_t); #define IRC_MSG_MAX 512 /* guaranteed to be <= than P