summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoranton <anton@openbsd.org>2019-05-24 18:53:25 +0000
committeranton <anton@openbsd.org>2019-05-24 18:53:25 +0000
commit70f18e2e0d619fa28e713419f44f7eb35e0f2600 (patch)
treea73d13015f8141694aff6a21af30a3d504d900ad
parentrename struct for consistency (diff)
downloadwireguard-openbsd-70f18e2e0d619fa28e713419f44f7eb35e0f2600.tar.xz
wireguard-openbsd-70f18e2e0d619fa28e713419f44f7eb35e0f2600.zip
reflect recent changes
-rw-r--r--share/man/man4/kubsan.411
1 files changed, 8 insertions, 3 deletions
diff --git a/share/man/man4/kubsan.4 b/share/man/man4/kubsan.4
index e6189f94ab1..c22ebf9b962 100644
--- a/share/man/man4/kubsan.4
+++ b/share/man/man4/kubsan.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: kubsan.4,v 1.2 2019/03/18 18:46:13 jmc Exp $
+.\" $OpenBSD: kubsan.4,v 1.3 2019/05/24 18:53:25 anton Exp $
.\"
.\" Copyright (c) 2019 Anton Lindqvist <anton@openbsd.org>
.\"
@@ -13,7 +13,7 @@
.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-.Dd $Mdocdate: March 18 2019 $
+.Dd $Mdocdate: May 24 2019 $
.Dt KUBSAN 4
.Os
.Sh NAME
@@ -61,6 +61,11 @@ type.
The result of the shift computation cannot be represented by the destination
type.
.El
+.It Non-null argument
+Passing
+.Dv NULL
+as the value for a function argument annotated with
+.Dv __nonnull__ .
.It Invalid load
Loading a value that cannot be represented by the destination type.
.It Type mismatch
@@ -72,7 +77,7 @@ A pointer which does not fulfill the alignment requirements of the value type.
A pointer to an address which lacks sufficient space to store the value type.
.El
.It Unreachable
-Execution reached passed a function annotated as
+Execution reached passed a function annotated with
.Dv __dead .
.El
.Sh SEE ALSO