CVS: cvs.openbsd.org: src

2022-03-29 Thread Anton Lindqvist
CVSROOT:/cvs Module name:src Changes by: an...@cvs.openbsd.org 2022/03/29 23:22:31 Modified files: regress/lib/libc/malloc/malloc_general: Makefile Log message: Remove double slash in path to test program.

CVS: cvs.openbsd.org: src

2022-03-29 Thread Anton Lindqvist
CVSROOT:/cvs Module name:src Changes by: an...@cvs.openbsd.org 2022/03/29 23:11:52 Modified files: regress/sys/kern/kqueue: Makefile Log message: Flag the kq-tun regress test as skipped as opposed of only mentioning it in a comment. Allows my own regress runner (and blu

CVS: cvs.openbsd.org: src

2022-03-29 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2022/03/29 22:33:09 Modified files: usr.bin/ssh: ssh.c Log message: ssh is almost out of getopt() characters; note the remaining remaining available ones in a comment

CVS: cvs.openbsd.org: src

2022-03-29 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2022/03/29 22:27:51 Modified files: usr.bin/ssh: sshsig.c Log message: avoid NULL deref via ssh-keygen -Y find-principals. bz3409, reported by Mateusz Adamowski

CVS: cvs.openbsd.org: src

2022-03-29 Thread Jonathan Matthew
CVSROOT:/cvs Module name:src Changes by: jmatt...@cvs.openbsd.org2022/03/29 18:25:28 Modified files: sys/dev/pci: if_aq_pci.c files.pci Log message: If enough MSI-X vectors are available, set up multiple tx and rx queues. In multi-vector mode, the MSI-X vector

CVS: cvs.openbsd.org: src

2022-03-29 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2022/03/29 17:12:30 Modified files: regress/lib/libz: Makefile utils_unittest.cc Log message: Add Eric Biggers's reproducer for the memory corruption with the Z_DEFAULT_STRATEGY.

CVS: cvs.openbsd.org: src

2022-03-29 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2022/03/29 13:34:37 Modified files: regress/sys/kern/kqueue: Makefile Log message: Of the enabled tests only kq-pty-1 needs root, so reduce REGRESS_ROOT_TARGTES and remove ${SUDO} from kq-pty-2. kq-tun also

CVS: cvs.openbsd.org: src

2022-03-29 Thread Todd C . Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2022/03/29 13:04:19 Modified files: regress/sys/kern/kqueue: Makefile kqueue-regress.c Log message: Regression test for NOTE_EXIT being delivered before child is waitable.

CVS: cvs.openbsd.org: src

2022-03-29 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2022/03/29 12:44:12 Modified files: usr.bin/sendbug: sendbug.c Log message: Update list ofarchitectures Retire sparc (32 bits) and vax, add riscv64. >From Raf Czlonka

CVS: cvs.openbsd.org: src

2022-03-29 Thread Christian Weisgerber
CVSROOT:/cvs Module name:src Changes by: na...@cvs.openbsd.org 2022/03/29 12:15:52 Modified files: lib/libc/gen : posix_spawn_file_actions_addopen.3 lib/libc/locale: mblen.3 mbrlen.3 mbsinit.3 wcstombs.3 wctomb.3 lib/libc/net : ether_aton.3 getifaddr

CVS: cvs.openbsd.org: src

2022-03-29 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2022/03/29 11:41:21 Modified files: lib/libcrypto/man: d2i_ASN1_OBJECT.3 Log message: Given asn1/a_object.c rev. 1.45 by jsing@, stop talking about BUGS we no longer have, focus on what our implement

CVS: cvs.openbsd.org: src

2022-03-29 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2022/03/29 11:13:11 Modified files: regress/lib/libz: Makefile Added files: regress/lib/libz: utils_unittest.cc Log message: Add Google Chromium tests for libz bugs. Write a minimal wrapper to avoi

CVS: cvs.openbsd.org: src

2022-03-29 Thread Anton Lindqvist
CVSROOT:/cvs Module name:src Changes by: an...@cvs.openbsd.org 2022/03/29 10:04:36 Modified files: sys/dev/usb: ucc.c Log message: Disable the recently introduced logic used to associate ucc and audio devices. Caspar Schutijser reported on bugs@ that pressing the vo

CVS: cvs.openbsd.org: src

2022-03-29 Thread Christian Weisgerber
CVSROOT:/cvs Module name:src Changes by: na...@cvs.openbsd.org 2022/03/29 08:27:59 Modified files: lib/libcrypto/man: X509_VERIFY_PARAM_set_flags.3 d2i_ASN1_OCTET_STRING.3 lib/libm/man : tanh.3 lib/libssl/man : SSL_CTX_set_t

CVS: cvs.openbsd.org: src

2022-03-29 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2022/03/29 08:03:12 Modified files: lib/libcrypto/ec: ec_lib.c Log message: Bound cofactor in EC_GROUP_set_generator() Instead of bounding only bounding the group order, also bound the cofactor using Hasse'

CVS: cvs.openbsd.org: src

2022-03-29 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2022/03/29 07:57:53 Modified files: sys/arch/amd64/stand/libsa: cmd_i386.c sys/arch/i386/stand/libsa: cmd_i386.c Log message: off-by-one check didn't recognize partition 'a' section on specified dis

CVS: cvs.openbsd.org: src

2022-03-29 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2022/03/29 07:48:40 Modified files: lib/libcrypto/ec: ec_lib.c Log message: Do not zero cofactor on ec_guess_cofactor() success The cofactor we tried to calculate should only be zeroed if we failed to compu

CVS: cvs.openbsd.org: src

2022-03-29 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2022/03/29 07:44:06 Modified files: lib/libcrypto/ec: ec_lib.c Log message: Zap trailing whitespace