CVS: cvs.openbsd.org: src

2014-10-10 Thread Doug Hogan
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2014/10/10 22:31:55 Modified files: usr.bin/join : join.c Log message: Userland reallocarray() audit. Avoid potential integer overflow in the size argument of malloc() and realloc() by using reallocarray(

CVS: cvs.openbsd.org: src

2014-10-10 Thread Doug Hogan
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2014/10/10 22:30:56 Modified files: usr.bin/systat : pftop.c Log message: Userland reallocarray() audit. Avoid potential integer overflow in the size argument of malloc() and realloc() by using reallocarray

CVS: cvs.openbsd.org: src

2014-10-10 Thread Doug Hogan
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2014/10/10 22:24:06 Modified files: lib/libedit: readline.c Log message: Userland reallocarray() audit. Avoid potential integer overflow in the size argument of malloc() and realloc() by using reallocar

CVS: cvs.openbsd.org: src

2014-10-10 Thread Doug Hogan
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2014/10/10 22:23:12 Modified files: lib/libc/regex : regexec.c Log message: Userland reallocarray() audit. Avoid potential integer overflow in the size argument of malloc() and realloc() by using reallocarr

CVS: cvs.openbsd.org: src

2014-10-10 Thread Doug Hogan
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2014/10/10 22:22:03 Modified files: lib/libc/net : getservent.c Log message: Userland reallocarray() audit. Avoid potential integer overflow in the size argument of malloc() and realloc() by using realloc

CVS: cvs.openbsd.org: src

2014-10-10 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2014/10/10 22:14:35 Modified files: lib/libc/gen : setmode.c Log message: obvious reallocarray() use ok doug

CVS: cvs.openbsd.org: src

2014-10-10 Thread Doug Hogan
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2014/10/10 22:07:39 Modified files: lib/libevent : select.c Log message: Userland reallocarray() audit. Avoid potential integer overflow in the size argument of malloc() and realloc() by using reallocarra

CVS: cvs.openbsd.org: src

2014-10-10 Thread Doug Hogan
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2014/10/10 22:06:05 Modified files: games/hunt/hunt: list.c Log message: Userland reallocarray() audit. Avoid potential integer overflow in the size argument of malloc() and realloc() by using reallocarray(

CVS: cvs.openbsd.org: src

2014-10-10 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2014/10/10 22:05:10 Modified files: lib/libc/stdio : ungetc.c Log message: use reallocarray, and avoid this << 1 ugliness. ok doug

CVS: cvs.openbsd.org: src

2014-10-10 Thread Doug Hogan
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2014/10/10 22:00:56 Modified files: games/fortune/strfile: strfile.c Log message: Userland reallocarray() audit. Avoid potential integer overflow in the size argument of malloc() and realloc() by using real

CVS: cvs.openbsd.org: src

2014-10-10 Thread Doug Hogan
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2014/10/10 21:58:11 Modified files: games/boggle/boggle: bog.c Log message: Userland reallocarray() audit. Avoid potential integer overflow in the size argument of malloc() and realloc() by using reallocarr

CVS: cvs.openbsd.org: src

2014-10-10 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2014/10/10 21:57:13 Modified files: usr.bin/tsort : tsort.c Log message: convert to use of reallocarray() ok doug

CVS: cvs.openbsd.org: src

2014-10-10 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2014/10/10 21:48:49 Modified files: sbin/fsirand : fsirand.c Log message: slightly more complicated reallocarray conversion. always realloc* rather than the silly test which realloc* does itself, and mass

CVS: cvs.openbsd.org: src

2014-10-10 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2014/10/10 21:44:02 Modified files: libexec/rpc.rstatd: rstatd.c Log message: obvious reallocarray

CVS: cvs.openbsd.org: src

2014-10-10 Thread Doug Hogan
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2014/10/10 21:25:16 Modified files: libexec/spamd : sdl.c Log message: Userland reallocarray() audit. Avoid potential integer overflow in the size argument of malloc() and realloc() by using reallocarray()

CVS: cvs.openbsd.org: src

2014-10-10 Thread Doug Hogan
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2014/10/10 21:12:13 Modified files: lib/libc/net : getprotoent.c Log message: Userland reallocarray() audit. Avoid potential integer overflow in the size argument of malloc() and realloc() by using reallo

CVS: cvs.openbsd.org: src

2014-10-10 Thread Doug Hogan
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2014/10/10 21:10:06 Modified files: lib/libedit: filecomplete.c Log message: Userland reallocarray() audit. Avoid potential integer overflow in the size argument of malloc() and realloc() by using reall

CVS: cvs.openbsd.org: src

2014-10-10 Thread Doug Hogan
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2014/10/10 21:08:26 Modified files: sbin/disklabel : editor.c Log message: Userland reallocarray() audit. Avoid potential integer overflow in the size argument of malloc() and realloc() by using reallocarra

CVS: cvs.openbsd.org: src

2014-10-10 Thread Doug Hogan
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2014/10/10 21:07:29 Modified files: usr.bin/awk: run.c Log message: Userland reallocarray() audit. Avoid potential integer overflow in the size argument of malloc() and realloc() by using reallocarray()

CVS: cvs.openbsd.org: src

2014-10-10 Thread Doug Hogan
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2014/10/10 21:06:44 Modified files: usr.bin/file : magic.c Log message: Userland reallocarray() audit. Avoid potential integer overflow in the size argument of malloc() and realloc() by using reallocarray

CVS: cvs.openbsd.org: src

2014-10-10 Thread Doug Hogan
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2014/10/10 21:05:48 Modified files: usr.bin/indent : lexi.c Log message: Userland reallocarray() audit. Avoid potential integer overflow in the size argument of malloc() and realloc() by using reallocarray(

CVS: cvs.openbsd.org: src

2014-10-10 Thread Doug Hogan
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2014/10/10 21:03:45 Modified files: usr.bin/mg : autoexec.c Log message: Userland reallocarray() audit. Avoid potential integer overflow in the size argument of malloc() and realloc() by using reallocar

CVS: cvs.openbsd.org: www

2014-10-10 Thread Lawrence Teo
CVSROOT:/cvs Module name:www Changes by: l...@cvs.openbsd.org2014/10/10 21:03:01 Modified files: . : 56.html Log message: /etc/examples, improvements to snmpd(8) and relayd(8), introduction of httpd(8), removal of gets()

CVS: cvs.openbsd.org: src

2014-10-10 Thread Doug Hogan
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2014/10/10 21:02:59 Modified files: usr.bin/sort : sort.c Log message: Userland reallocarray() audit. Avoid potential integer overflow in the size argument of malloc() and realloc() by using reallocarray(

CVS: cvs.openbsd.org: src

2014-10-10 Thread Doug Hogan
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2014/10/10 21:01:58 Modified files: usr.sbin/lpr/lpd: lpd.c Log message: Userland reallocarray() audit. Avoid potential integer overflow in the size argument of malloc() and realloc() by using reallocarray(

CVS: cvs.openbsd.org: src

2014-10-10 Thread Doug Hogan
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2014/10/10 20:29:24 Modified files: usr.sbin/ypserv/yppush: yppush.c usr.sbin/ypserv/ypserv: ypserv.c Log message: Userland reallocarray() audit. Avoid potential integer overflow in the size argume

CVS: cvs.openbsd.org: src

2014-10-10 Thread Doug Hogan
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2014/10/10 20:21:27 Modified files: lib/libc/time : strptime.c Log message: Add UTC support to %Z conversion in strptime(). Patch from jmates at ee dot washington dot edu. ok otto@, millert@

CVS: cvs.openbsd.org: www

2014-10-10 Thread Theo de Raadt
CVSROOT:/cvs Module name:www Changes by: dera...@cvs.openbsd.org 2014/10/10 18:47:07 Modified files: . : 56.html Log message: some cleanup

CVS: cvs.openbsd.org: www

2014-10-10 Thread Matthieu Herrb
CVSROOT:/cvs Module name:www Changes by: matth...@cvs.openbsd.org2014/10/10 14:42:55 Modified files: . : events.html papers : index.html Added files: papers : xdc2014-xenocara.pdf Log message: Add my XDC2014 talk

CVS: cvs.openbsd.org: src

2014-10-10 Thread Stuart Henderson
CVSROOT:/cvs Module name:src Changes by: st...@cvs.openbsd.org 2014/10/10 10:20:03 Modified files: sys/net: pf_norm.c Log message: s/lenght/length/ in comments

CVS: cvs.openbsd.org: src

2014-10-10 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:src Changes by: ajacou...@cvs.openbsd.org 2014/10/10 09:59:36 Modified files: usr.sbin/rcctl : rcctl.sh Log message: Actually use built-in print like rc.subr already does.

CVS: cvs.openbsd.org: src

2014-10-10 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:src Changes by: ajacou...@cvs.openbsd.org 2014/10/10 09:42:30 Modified files: usr.sbin/rcctl : rcctl.sh Log message: Use printf(1) to prevent '-e' in daemon_flags from being fed as an argument to the built-in echo.

CVS: cvs.openbsd.org: src

2014-10-10 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2014/10/10 09:25:06 Modified files: usr.bin/mandoc : eqn.c eqn_html.c html.c html.h mandoc.h tree.c Log message: Partial eqn(7) rewrite by kristaps@ in order to get operator precedence right.

CVS: cvs.openbsd.org: src

2014-10-10 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2014/10/10 07:25:08 Modified files: distrib/notes/macppc: install Log message: r1.45 of macppc install.md eliminated the verbiage exhorting users to create an HFS partition with type AND name 'OpenBSD'. Wors

CVS: cvs.openbsd.org: src

2014-10-10 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2014/10/10 07:14:50 Modified files: lib/libc/net : rcmd.c Log message: replace select with equiv poll usage. looks good deraadt@ tweaks and ok millert@

CVS: cvs.openbsd.org: src

2014-10-10 Thread Jonathan Matthew
CVSROOT:/cvs Module name:src Changes by: jmatt...@cvs.openbsd.org2014/10/10 03:50:32 Modified files: sys/dev: vscsi.c Log message: fix compilation without DIAGNOSTIC ok dlg@

CVS: cvs.openbsd.org: src

2014-10-10 Thread Otto Moerbeek
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2014/10/10 02:15:25 Modified files: usr.bin/rcs: co.c diff.c merge.c rcs.c rcsmerge.c rcsparse.c rcsutil.c rlog.c Log message: Zap some stored values never read; From Fritjof Bo

CVS: cvs.openbsd.org: src

2014-10-10 Thread Otto Moerbeek
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2014/10/10 02:03:39 Modified files: usr.bin/rcs: rcsprog.c Log message: Explicitly handle -l and -u combinations. From Fritjof Bornebusch; ok daniel@

CVS: cvs.openbsd.org: src

2014-10-10 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:src Changes by: ajacou...@cvs.openbsd.org 2014/10/10 01:27:44 Modified files: usr.sbin/rcctl : rcctl.sh Log message: Allow passing flags without arguments for special variables. initial request and patch from Patrik Lundin simpler patch fro