Go to file
kamil 090f61f3df Remove unaligned access to mpbios_page[]
Replace unaligned pointer dereference with a more portable construct that
is free from Undefined Behavior semantics.

sys/arch/x86/x86/mpbios.c:308:11, load of misaligned address 0xffff800031c7a413 for type 'const __uint16_t' which requires 2 byte alignment

Detected with Kernel Undefined Behavior Sanitizer
2018-07-07 23:05:50 +00:00
bin Add a missing check to handle correctly 0 * 0 in expr(1) 2018-06-27 17:23:36 +00:00
common Complete previous by complteley removing the _DIAGASSERT from memmove - 2018-02-12 11:14:15 +00:00
compat fix a comment. 2018-02-06 10:00:00 +00:00
crypto Explicit libheimbase dependency, similar to Christos' change to 2018-07-06 08:54:30 +00:00
dist/pf fix two issues found by GCC 6.4: 2018-02-04 08:44:36 +00:00
distrib Enable booting of netbsd-EXYNOS kernel 2018-07-04 23:10:06 +00:00
doc dts updated to 4.18-rc2 2018-06-27 19:49:47 +00:00
etc Temporary hack to get MKREPRO debug info out of the build cluster. XXX revert! 2018-07-05 15:52:27 +00:00
external Fix an inconsistency that showed /var/db/duid in the man page while the 2018-07-05 05:41:17 +00:00
extsrc
games fix the previous. the code was right, just badly formatted before. 2018-06-24 12:55:36 +00:00
include Fix the rest of the functions that have been made visible by xopen5, 2018-06-24 23:55:29 +00:00
lib Indent. 2018-07-04 07:38:38 +00:00
libexec No semicolon after macro do ... while (0) wrapper. 2018-06-23 07:21:00 +00:00
regress Don't test call gates, they are not supported anymore. 2017-08-30 15:46:19 +00:00
rescue Set NOSANITIZER in rescue/Makefile 2018-06-21 10:44:01 +00:00
sbin Not all things that write to the disk do something that dk(4) will 2018-07-03 03:41:23 +00:00
share Add EBDA. 2018-07-04 15:38:46 +00:00
sys Remove unaligned access to mpbios_page[] 2018-07-07 23:05:50 +00:00
tests Add 3 more expr(1) ATF tests detecting overflow 2018-06-27 17:39:30 +00:00
tools Revert my previous config test inclusion for u_longlong_t. 2018-06-13 04:17:43 +00:00
usr.bin Avoid printing error messages twice when an invalid 2018-07-03 01:56:39 +00:00
usr.sbin Fix the logic for the non auto case 2018-07-07 15:44:27 +00:00
build.sh Re-add files that were accidentally deleted in my previous commit. 2018-05-02 07:34:44 +00:00
BUILDING Re-add files that were accidentally deleted in my previous commit. 2018-05-02 07:34:44 +00:00
Makefile Re-add files that were accidentally deleted in my previous commit. 2018-05-02 07:34:44 +00:00
Makefile.inc Re-add files that were accidentally deleted in my previous commit. 2018-05-02 07:34:44 +00:00
UPDATING Re-add files that were accidentally deleted in my previous commit. 2018-05-02 07:34:44 +00:00