Skip to content

Commit

Permalink
nvi: remove CHERI CHANGES annotation
Browse files Browse the repository at this point in the history
The weird pointer manipulation we'd been patching was infact buggy and
produced out of bounds accesses.  We've merged a patch upstream to use
memmove instead.
  • Loading branch information
brooksdavis authored and bsdjhb committed Dec 3, 2024
1 parent a40b0b7 commit 3a21336
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions contrib/nvi/common/log.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,6 @@
*
* See the LICENSE file for redistribution information.
*/
/*
* CHERI CHANGES START
* {
* "updated": 20221129,
* "target_type": "prog",
* "changes": [
* "pointer_alignment"
* ]
* }
* CHERI CHANGES END
*/

#include "config.h"

Expand Down

0 comments on commit 3a21336

Please sign in to comment.