[prev in list] [next in list] [prev in thread] [next in thread] 

List:       freebsd-ports-bugs
Subject:    [Bug 249904] security/snort2pfcd: Update to 3.2
From:       bugzilla-noreply () freebsd ! org
Date:       2020-09-30 23:51:26
Message-ID: bug-249904-7788-PGHf18KTK0 () https ! bugs ! freebsd ! org/bugzilla/
[Download RAW message or body]

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249904

--- Comment #6 from Samee Shahzada <onestsam@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.
_______________________________________________
freebsd-ports-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs
To unsubscribe, send any mail to "freebsd-ports-bugs-unsubscribe@freebsd.org"
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic