Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Sep 2020 23:51:26 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 249904] security/snort2pfcd: Update to 3.2
Message-ID:  <bug-249904-7788-PGHf18KTK0@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-249904-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-249904-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=3D249904

--- Comment #6 from Samee Shahzada <onestsam@gmail.com> ---
What URL field?

Do I do
URL=3Dwww.blahblah.com/changelog
in the makefile or something?

I never started a changelog because I originally didn't expect to be develo=
ping
this for so long.

The major changes for this release are optimizations:
-Moved several global variables to local
-Fewer Malloc calls
-Several stack optimizations
-More compiler flags and fixes for those warnings

-fixed a compiler escaping bug involving memset for char which may have even
been preventing the program from working correctly.

memset((char*)&blah, 0, BUFSIZ); --> memset((char*)&blah, 0,
(sizeof(char)*BUFSIZ));=20

I believe this bug has been present since version 1

--=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-249904-7788-PGHf18KTK0>