OpenBSD src changes summary for 2016-02-14
==========================================

etc/examples/pkg.conf                   sys/dev
usr.sbin/httpd                          usr.sbin/ospf6d
usr.sbin/smtpd                          

== etc =============================================================== 01/03 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/etc

examples/pkg.conf

  ~ examples/pkg.conf                     

  > sync (sthen@)

== sys =============================================================== 02/03 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys

dev

  ~ softraid.c                            

  > Avoid using uninitialized variables in two corner cases. In one
  > case check if it was set and bail out with a useful message if not.
  > In the other the variable was the wrong one anyway, and we can just
  > use the correct variable.
  > Found by & ok jsg@ (krw@)

== usr.sbin ========================================================== 03/03 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.sbin

httpd

  ~ patterns.c                            

  > httpd patterns double free
  > issue and diff from Alexander Schrijver alex at flupzor nl
  > ok reyk@ (semarie@)

ospf6d

  ~ ospf6d.conf.5                         

  > ospf6d looks for net.inet6.ip6.forwarding, not net.inet.ip.forwarding.
  > OK jca@ jmc@ sthen@ claudio@ (reyk@)

smtpd

  ~ to.c                                  

  > Simplify address parsing code by only using inet_net_pton(3).
  > There's no need to have a separate case for non-CIDR addresses using
  > inet_pton(3) as inet_net_pton(3) handles them as well.
  > This simplification is valid for all our daemons parsing addresses,
  > it is a common patern.
  > ok gilles@, millert@, jung@ (mpi@)

===============================================================================
_______________________________________________
odc mailing list
[email protected]
http://www.squish.net/mailman/listinfo/odc

Reply via email to