Age | Commit message (Collapse) | Author |
|
introducing more entropy into stack locations.
TODO: consider if we should fill that space with something specific?
discussed with mlarkin, mortimer, guenther, kettenis, etc etc etc
|
|
|
|
Coverity CID 1453358; Severity: unlikely, not user-visible
ok millert, visa
|
|
|
|
Don't trust the value of pfra_type blindly since it's coming from
userland and sanitize it in pfr_validate_addr that is called after
every copyin and also perform the check in pfr_create_kentry before
we attempt to use the value not after.
Coverity CID 1452909, 1453097, 1453384; Severity: Minor
It can be triggered only by root by default or anyone with write
access to /dev/pf if such access is provided.
ok visa, bcook, sashan, jsg
|
|
|
|
wctrans_l(3), towctrans_l(3), wcscasecmp_l(3), wcsncasecmp_l(3),
and strerror_l(3)
|
|
old patch, belated test by aoyama@, okay aoyama@
|
|
timeout. From Laurens Post.
|
|
based on a diff from Brad Town.
|
|
|
|
|
|
- rename bit definition of R88E_TX_RPT1_ENA to reflect reality
- no need to set R92C_FPGA0_ANAPARAM2 for 40mhz for rtl8188eu
- in rtwn_write_txpower(), writing to MCS8-15 power registers if the WNIC
has 2 spatial streams
ok stsp@
|
|
|
|
The check added in rev 1.8 walks the whole freelist to catch cases where
an unknown pointer is passed to afree(); but it can't catch cases
whether the struct link has been corrupted by an invalid memory write.
And it becomes very expensive when you have lots of items in an area
(for example with a huge HISTSIZE).
Discussed with & ok millert@ tb@
|
|
Especially in tcp_usrreq() connect detect the correct address family
based on the inp_flags instead of the sa_family user input.
OK mpi@
|
|
From Scott Cheloha
|
|
Add a test that writes a big file, reads it again, and compares the result.
This detects the bug that briefly was in msdosfs.
Also add tests that create lots of files in a directory. Do this in the root
dir and a subdir because these work completely differently on msdosfs. Need to
enlarge the used disk images for this test.
ok bluhm@
|
|
ok pd
|
|
ok mlarkin@ pd@
|
|
from tb@
ok visa@ mpi@
|
|
Also fix two debug messages and an IMSG type.
|
|
and libc
|
|
|
|
|
|
from libpthread to libc. No changes to the build yet, just making it
easier to review the substantive diffs.
ok beck@ kettenis@ tedu@
|
|
from libpthread to libc. No changes to the build yet, just making it
easier to review the substantive diffs.
ok beck@ kettenis@ tedu@
|
|
sppp_update_ip6_addr() became the last user of n6_are_prefix_equal().
Since it compares /128 prefixes it doesn't need all the bells and
whistles and can be converted to a memcmp. Remove the now unused
n6_are_prefix_equal().
OK bluhm, mpi
|
|
|
|
|
|
|
|
with in and out rules. A single packet, the initial packet or the
response packet are diverted and reinjected.
|
|
|
|
them one at a time. solves a problem where .d files were showing up with
static names.
ok deraadt
|
|
fd.o pkg-config doesn't emit them either, and libpng now exposed the issue
as tracked down by naddy@
|
|
|
|
|
|
(generally associated with hardwired BTC limitations). And then fill
those alignments with 0xcc (int 3) to match our trapsled model. Resulting
binaries show no sequential nop's.
ok mlarkin kettenis mortimer
|
|
|
|
|
|
(forgot to commit fat.h)
Add new CLUST_END and use it as parameter to pcbmap() when searching
for end cluster, instead of explicitly passing 0xffff. This fixes potential
problem for FAT32, where cluster number may be legally bigger than 0xffff.
Also change clusteralloc() so that fillwith is not explicitly passed by caller
anymore (there is no need to use anything other than CLUST_EOFE).
From NetBSD commit by jdolecek@NetBSD.org
ok tb@ mpi@
|
|
Add new CLUST_END and use it as parameter to pcbmap() when searching
for end cluster, instead of explicitly passing 0xffff. This fixes potential
problem for FAT32, where cluster number may be legally bigger than 0xffff.
Also change clusteralloc() so that fillwith is not explicitly passed by caller
anymore (there is no need to use anything other than CLUST_EOFE).
From NetBSD commit by jdolecek@NetBSD.org
ok tb@ mpi@
|
|
No intentional functional change.
|
|
ok drahn@
|
|
ok kettenis@ patrick@
|
|
invoking 'stop' for a non-existent vm
ok mlarkin@
|
|
|
|
If the output of ctfdump(1) is correct, it would imply that ctfconv(1)
and ctfstrip(1) also worked as expected, at least to some extent. :)
ok mpi, bluhm
|
|
|
|
ok mpi@
|