Skip to content

Commit

Permalink
Merge pull request #1406 from georgejguo/master
Browse files Browse the repository at this point in the history
patch-author-guide: correct the example CVE ID information
  • Loading branch information
joe-lawrence authored Aug 21, 2024
2 parents 6115a1a + 431e0b2 commit ec726af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/patch-author-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ module-notifier will execute callbacks when the module is loaded into
the `MODULE_STATE_COMING` state. The pre and post-patch callbacks are
called before any module_init code.

Example: a kpatch fix for CVE-2016-5389 could utilize the
Example: a kpatch fix for CVE-2016-5696 could utilize the
`KPATCH_PRE_PATCH_CALLBACK` and `KPATCH_POST_UNPATCH_CALLBACK` macros to modify
variable `sysctl_tcp_challenge_ack_limit` in-place:

Expand Down

0 comments on commit ec726af

Please sign in to comment.