From da78e2689134ea20e5730c3818263ac1c1e80818 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Thu, 22 Apr 2021 21:10:53 -0600 Subject: if_wg: properly use rn_inithead and rn_detachhead Signed-off-by: Jason A. Donenfeld --- TODO.md | 2 -- 1 file changed, 2 deletions(-) (limited to 'TODO.md') diff --git a/TODO.md b/TODO.md index 3d13a8f..5685531 100644 --- a/TODO.md +++ b/TODO.md @@ -14,8 +14,6 @@ - Handle failures of `rn_inithead` and remember to call `rn_detachhead` somewhere during cleanup. - Stop using `M_WAITOK` and use `M_NOWAIT` instead. -- Check return value of `rn_inithead`. -- Perhaps call `rn_detachhead` to free memory when destroying aip. - Hash in jail/fib pointer to ratelimiter. ### Crypto TODO -- cgit v1.2.3-59-g8ed1b