CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2022/08/31 00:51:36
Modified files:
lib/libssl : ssl_rsa.c
Log message:
Avoid potential NULL dereference in ssl_set_pkey()
Switch from X509_get_pubkey() to X509_get0_pubkey() to avoid an unnecessary
EVP
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2022/08/31 00:23:06
Modified files:
lib/libfido2/man: fido_dev_largeblob_get.3
Log message:
backport Xr fix
ok djm@
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2022/08/30 20:56:40
Modified files:
usr.bin/ssh: packet.c
Log message:
whitespace
CVSROOT:/cvs
Module name:src
Changes by: guent...@cvs.openbsd.org2022/08/30 19:27:04
Modified files:
sys/uvm: uvm_fault.c
Log message:
Refine the change in rev 1.125: the UVM mitigation for CoW faulting
when multiple CPUs are running threads in the process
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2022/08/30 17:41:53
Modified files:
usr.sbin/rpki-client: print.c
Log message:
stray tab
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2022/08/30 17:40:37
Modified files:
usr.sbin/rpki-client: output-json.c
Log message:
whitespace
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2022/08/30 16:48:16
Modified files:
regress/usr.sbin/rpki-client: Makefile.inc
regress/usr.sbin/rpki-client/openssl11: Makefile
Added files:
regress/usr.sbin/rpki-client: test-aspa.c
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2022/08/30 16:47:51
src/regress/usr.sbin/rpki-client/aspa
Update of /cvs/src/regress/usr.sbin/rpki-client/aspa
In directory cvs.openbsd.org:/tmp/cvs-serv25785/aspa
Log Message:
Directory /cvs/src/regress/usr.sbin/rp
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2022/08/30 16:42:32
Modified files:
usr.sbin/rpki-client: main.c
Log message:
Avoid dead assignment
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2022/08/30 14:40:14
Modified files:
usr.bin/openssl: s_cb.c
Log message:
Check HMAC() return value to avoid a later use of uninitialized
CID 25421
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2022/08/30 14:20:02
Modified files:
lib/libssl : ssl_ciph.c
Log message:
Remove a commented-out sk_push that has been hanging around for > 20 years
CVSROOT:/cvs
Module name:src
Changes by: be...@cvs.openbsd.org 2022/08/30 13:52:58
Modified files:
sys/dev/pci: if_ix.c
Log message:
remove an unused argument of ixgbe_rx_checksum()
ok mbuhl@
CVSROOT:/cvs
Module name:src
Changes by: bl...@cvs.openbsd.org 2022/08/30 13:42:29
Modified files:
sys/net: pipex.c
Log message:
Syzkaller found a missing input validation in pipex mppe keylenbits.
Reported-by: syzbot+2eca95b271d07ab91...@syzkaller.appspotmail.c
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2022/08/30 13:33:26
Modified files:
lib/libcrypto/evp: e_chacha20poly1305.c
Log message:
chacha20_poly1305_cleanup() should return 1
Otherwise EVP_CIPHER_CTX_cleanup() leaks, as spotted by the ASAN CI.
ok
CVSROOT:/cvs
Module name:xenocara
Changes by: matth...@cvs.openbsd.org2022/08/30 12:57:34
Modified files:
. : MODULES
Log message:
update
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2022/08/30 12:56:49
Modified files:
usr.sbin/rpki-client: Makefile extern.h filemode.c main.c mft.c
output-bgpd.c output-bird.c output-csv.c
output
CVSROOT:/cvs
Module name:src
Changes by: clau...@cvs.openbsd.org 2022/08/30 12:50:21
Modified files:
usr.sbin/bgpd : rde.c rde.h rde_rib.c
Log message:
Switch nexthop hash to a RB tree.
OK benno@
CVSROOT:/cvs
Module name:src
Changes by: k...@cvs.openbsd.org2022/08/30 12:50:06
Modified files:
distrib/sets/lists/comp: mi
include: Makefile
share/man/man5 : disktab.5
Log message:
Nuke disktab.h references in preparation for nuking disktab
CVSROOT:/cvs
Module name:src
Changes by: k...@cvs.openbsd.org2022/08/30 12:23:58
Modified files:
sys/net: if_var.h
Log message:
Remove struct ifnet's unused if_switchport member
This is a switch(4) left-over.
Even though it is defined under _KERNEL, a few po
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2022/08/30 12:23:40
Modified files:
lib/libssl : tls13_quic.c
Log message:
Plug leak of BIO in tls13_quic_init()
If rbio and wbio are the same, SSL_free() only frees one BIO, so the
BIO_up_ref() before
CVSROOT:/cvs
Module name:www
Changes by: j...@cvs.openbsd.org2022/08/30 11:40:26
Modified files:
. : hackathons.html
Log message:
fix typo
CVSROOT:/cvs
Module name:www
Changes by: j...@cvs.openbsd.org2022/08/30 11:39:21
Modified files:
. : hackathons.html
Added files:
images/hackathons: g2k22-s.gif g2k22.gif
Log message:
g2k22 is happening!
Artwork by Sagana Squale from Montreal.
CVSROOT:/cvs
Module name:src
Changes by: mart...@cvs.openbsd.org 2022/08/30 11:37:03
Modified files:
usr.sbin/snmpd : application.c
Log message:
Remove now unused search variable. Missed in previous.
OK tb@
CVSROOT:/cvs
Module name:src
Changes by: mart...@cvs.openbsd.org 2022/08/30 11:33:20
Modified files:
usr.sbin/snmpd : application.c
Log message:
Remove the downwards check for overlapping regions when the subtree flag is
set.
There's a bit of inverted logic in there and
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2022/08/30 11:09:21
Modified files:
sys/arch/amd64/amd64: identcpu.c vmm.c
sys/arch/amd64/include: cpu.h specialreg.h vmmvar.h
usr.sbin/vmd : vm.c
Log message:
Initial support for mmio as
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2022/08/30 10:26:29
Modified files:
sys/arch/alpha/include: asm.h
sys/arch/amd64/include: asm.h
sys/arch/arm/include: asm.h
sys/arch/arm64/include: asm.h
sys/arch/i386/inclu
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2022/08/30 10:24:16
Modified files:
sys/kern : uipc_usrreq.c
Log message:
Fix uninitialized variable after the switch to (*pru_send); found the hard
way on alpha.
ok bluhm@ mvs@
CVSROOT:/cvs
Module name:src
Changes by: yasu...@cvs.openbsd.org 2022/08/30 10:06:09
Modified files:
usr.bin/uudecode: uudecode.c
Log message:
Use BUFSIZ instead of PATH_MAX. Since it doesn't anything with a file
system path. input from claudio
ok tb claudio
CVSROOT:/cvs
Module name:src
Changes by: clau...@cvs.openbsd.org 2022/08/30 10:00:21
Modified files:
usr.sbin/bgpd : kroute.c
Log message:
Add missing #include
CVSROOT:/cvs
Module name:src
Changes by: yasu...@cvs.openbsd.org 2022/08/30 09:57:19
Modified files:
usr.bin/uudecode: uudecode.c
Log message:
Give a string which length is multiple of 4 to b64_pton() since the
function assumes that the input ends at end of 24-bit group.
CVSROOT:/cvs
Module name:src
Changes by: mart...@cvs.openbsd.org 2022/08/30 08:54:18
Modified files:
usr.sbin/snmpd : application_agentx.c
Log message:
copy over av_oid_end.bo_n instead of av_oid.bo_n bytes when copying over
the searchrange end oid.
OK tb@
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2022/08/30 08:33:26
Modified files:
usr.sbin/rpki-client: http.c
Log message:
Avoid leak in proxy_parse_uri()
with/ok claudio
CVSROOT:/cvs
Module name:www
Changes by: fcam...@cvs.openbsd.org 2022/08/30 07:17:03
Modified files:
. : armv7.html
Log message:
Add back the Cubieboard2 in the Allwinner A10/A20 section.
It was removed in 2016 with r1.28 because of pmap issues at the time,
CVSROOT:/cvs
Module name:src
Changes by: clau...@cvs.openbsd.org 2022/08/30 06:49:13
Modified files:
usr.sbin/bgpd : kroute.c
Log message:
Reshuffle and cleanup the includes a little bit.
CVSROOT:/cvs
Module name:src
Changes by: clau...@cvs.openbsd.org 2022/08/30 06:45:13
Modified files:
usr.sbin/rpki-client: repo.c
Log message:
In RRDP mode it is possible that a file in the validated cache dir is
no longer valid while the newer file in the .rrdp directory
CVSROOT:/cvs
Module name:src
Changes by: bl...@cvs.openbsd.org 2022/08/30 05:53:04
Modified files:
sys/net: pf.c
sys/netinet: in_pcb.c in_pcb.h tcp_input.c tcp_subr.c
tcp_usrreq.c udp_usrreq.c
sys/netinet6 : in6_pc
CVSROOT:/cvs
Module name:src
Changes by: bl...@cvs.openbsd.org 2022/08/30 03:35:24
Modified files:
sys/netinet: udp_usrreq.c
Log message:
Protect the receive socket buffer in UDP input with per PCB mutex.
OK claudio@ mvs@
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2022/08/30 02:45:06
Modified files:
lib/libcrypto/asn1: t_req.c
Log message:
Plug memory leak in X509_REQ_print_ex()
CID 356353
ok jsing
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2022/08/30 02:30:58
Modified files:
sys/uvm: uvm_pdaemon.c
Log message:
Move duplicated code to free swap resources into its own function.
ok mlarkin@
39 matches
Mail list logo