On Fri, 27 May 2016, Ofer Heifetz wrote:

To overcome this I simply changed the :
# define key_pid(sk) ((struct key_opt*)&(sk))->key_pid
To:
# define key_pid(sk) ((struct key_opt*)(sk))->key_pid

key_pid should be saved in sock struct w/o overwriting a valuable field.

Thanks for the patch, will be in 3.18.

Paul
_______________________________________________
Swan mailing list
[email protected]
https://lists.libreswan.org/mailman/listinfo/swan

Reply via email to