New commits:
commit 860b394d3645061441a7db8d6722f28493de303e
Merge: a895c90b2e f375de77b7
Author: Andrew Cagney <[email protected]>
Date: Mon Apr 7 08:44:03 2025 -0400
ikev2: fixes for PPK_IKE_INTERMEDIATE handling
The substance of this PR is basically the first two commits; the last on
is just a refactoring to be able to rebase #1830.
close #2145
Merge branch 'ueno-wip-ppk-intermediate-fixes'
Signed-off-by: Andrew Cagney <[email protected]>
commit f375de77b75dd8c190be7bba4ffc21b62377cfc7
Author: Daiki Ueno <[email protected]>
Date: Mon Apr 7 07:30:21 2025 +0900
fixup! ikev2: reduce local variables usage by scope arrangement
commit d541b986a6509c207677da4926a99b0c9688b4ee
Author: Daiki Ueno <[email protected]>
Date: Mon Mar 31 15:27:34 2025 +0900
ikev2: reduce local variables usage by scope arrangement
In PPK_IKE_INTERMEDIATE handling, some of the local variables are only
used in the if-blocks with ike->sa.st_v2_ike_ppk ==
PPK_IKE_INTERMEDIATE. Move them under a narrower scope for readability.
Signed-off-by: Daiki Ueno <[email protected]>
commit 408829b6d80a463f255dd7eee1b12aeaf9be6414
Author: Daiki Ueno <[email protected]>
Date: Mon Mar 31 18:15:44 2025 +0900
ikev2: fix return value mismatch in IKE_INTERMEDIATE handling
Signed-off-by: Daiki Ueno <[email protected]>
commit 3052dfebfdceea255d3250455879afa6b9746625
Author: Daiki Ueno <[email protected]>
Date: Mon Mar 31 15:24:57 2025 +0900
ikev2: fix dereference of secret_ppk_stuff
Previously, ppk->id was accessed before checking ppk is non-NULL.
Signed-off-by: Daiki Ueno <[email protected]>
_______________________________________________
Swan-commit mailing list -- [email protected]
To unsubscribe send an email to [email protected]