diff options
author | 2020-11-13 05:32:08 +0000 | |
---|---|---|
committer | 2020-11-13 05:32:08 +0000 | |
commit | ebdbf941d149c65e03163ec3f424a0a503f81e0b (patch) | |
tree | 8f55d444d7813ff1401901cda993bd33ac5cf679 | |
parent | prefix keyboard interactive prompts with (user@host) to make it easier (diff) | |
download | wireguard-openbsd-ebdbf941d149c65e03163ec3f424a0a503f81e0b.tar.xz wireguard-openbsd-ebdbf941d149c65e03163ec3f424a0a503f81e0b.zip |
Correct CVE number in comment
-rw-r--r-- | sys/arch/amd64/amd64/vector.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/amd64/vector.S b/sys/arch/amd64/amd64/vector.S index f307e7cf0b3..dd2dfde3e3b 100644 --- a/sys/arch/amd64/amd64/vector.S +++ b/sys/arch/amd64/amd64/vector.S @@ -1,4 +1,4 @@ -/* $OpenBSD: vector.S,v 1.83 2020/11/09 19:29:27 guenther Exp $ */ +/* $OpenBSD: vector.S,v 1.84 2020/11/13 05:32:08 guenther Exp $ */ /* $NetBSD: vector.S,v 1.5 2004/06/28 09:13:11 fvdl Exp $ */ /* @@ -434,7 +434,7 @@ END(alltraps) /* * Traps from supervisor mode (kernel) * If we're not mitigating Meltdown, then there's a conditional branch - * above and we may need a fence to mitigate CVE-2019-1225. If we're + * above and we may need a fence to mitigate CVE-2019-1125. If we're * doing Meltdown mitigation there's just an unconditional branch and * can skip the fence. */ |