[Bug 201376] explicit_bzero authinfo in sctp

2015-07-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201376

Christian Brueffer bruef...@freebsd.org changed:

   What|Removed |Added

   Assignee|freebsd-bugs@FreeBSD.org|tue...@freebsd.org
 Status|New |Open
 CC||bruef...@freebsd.org

--- Comment #1 from Christian Brueffer bruef...@freebsd.org ---
Michael, since this is SCTP-related, could you have a look?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to freebsd-bugs-unsubscr...@freebsd.org


[Bug 201376] explicit_bzero authinfo in sctp

2015-07-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201376

Bug ID: 201376
   Summary: explicit_bzero authinfo in sctp
   Product: Base System
   Version: 10.1-STABLE
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Only Me
  Priority: ---
 Component: kern
  Assignee: freebsd-bugs@FreeBSD.org
  Reporter: lo...@elandsys.com

Created attachment 158422
  -- https://bugs.freebsd.org/bugzilla/attachment.cgi?id=158422action=edit
bzero-explicit_bzero

Rather than simply bzero() sensitive stuff, go further and use explicit_bzero()
for local variables that may be optmized away.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to freebsd-bugs-unsubscr...@freebsd.org