NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/60669 CVS commit: src/sys/netipsec
The following reply was made to PR kern/60669; it has been noted by GNATS.
From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/60669 CVS commit: src/sys/netipsec
Date: Sun, 20 Sep 2026 14:39:05 +0000
Module Name: src
Committed By: riastradh
Date: Sun Sep 20 14:39:05 UTC 2026
Modified Files:
src/sys/netipsec: key.c
Log Message:
ipsec: Nix wrong assertion added in key.c rev. 1.288.
On LP32 platforms, the xpl0 pointer may not be 64-bit aligned itself;
we just require all the _internal_ structures inside that buffer to
be 64-bit aligned.
Should fix various ipsec tests mostly on LP32 platforms.
PR kern/60669: netipsec key_sp2msg buffer overrun
To generate a diff of this commit:
cvs rdiff -u -r1.290 -r1.291 src/sys/netipsec/key.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index