[Bug 249904] security/snort2pfcd: Update to 3.2
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Sep 30 23:51:27 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249904
--- Comment #6 from Samee Shahzada <onestsam at gmail.com> ---
What URL field?
Do I do
URL=www.blahblah.com/changelog
in the makefile or something?
I never started a changelog because I originally didn't expect to be developing
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));
I believe this bug has been present since version 1
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list