[Swan-commit] Changes to ref refs/heads/main

2021-05-08 Thread D. Hugh Redelmeier
New commits: commit 79da7aa1fa5f60c0c42ea81ecc8c3d2bb32a3ecd Author: D. Hugh Redelmeier Date: Sun May 9 01:21:35 2021 -0400 pluto: ikev2.c: avoid pointless NULL test of md in v2_dispatch() Coverity pointed out that code would previously have dereferenced md. commit

[Swan-commit] Changes to ref refs/heads/main

2021-05-08 Thread D. Hugh Redelmeier
New commits: commit af815465667ccebc758de5396340b678206c0e25 Author: D. Hugh Redelmeier Date: Sun May 9 00:02:58 2021 -0400 pluto: kernel_xfrm.c: netlink_acquire() eliminate dead variable and code - uctx was only ever assigned once, set to NULL - the only use was a test

[Swan-commit] Changes to ref refs/heads/main

2021-05-08 Thread D. Hugh Redelmeier
New commits: commit 726ce81d4d60eb84b4c6caddd8335aa88f919aa6 Author: D. Hugh Redelmeier Date: Sat May 8 23:52:50 2021 -0400 pluto: host_pair.c: avoid a NULL dereference Coverity points out that a NULL pointer could be dereferenced. Avoid that. commit