Skip to content

Commit 431e0b2

Browse files
committed
patch-author-guide: correct the example CVE ID information
The official website says CVE users should reference CVE-2016-5696 instead of CVE-2016-5389. Signed-off-by: George Guo <[email protected]>
1 parent 6457c4c commit 431e0b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/patch-author-guide.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ module-notifier will execute callbacks when the module is loaded into
197197
the `MODULE_STATE_COMING` state. The pre and post-patch callbacks are
198198
called before any module_init code.
199199

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

0 commit comments

Comments
 (0)