[Openswan Users] Forgotten patch in 2.4.8?

Pompon2 pompon2 at gmail.com
Tue Jun 5 06:39:24 EDT 2007


Hi list.

We are on the way to begin the test migration to openswan 2.4.8.

We encountered a bug on 2.4.7 that crashed our ipsec with a segmentation
fault multiple times. We found a patch from Matthias Haas submited on Jan 15
in the dev list that correct our problem :

> --- openswan-2.4.7/programs/pluto/demux.c Fri Jan 12 11:35:21 2007
> +++ openswan-2.4.7-debug/programs/pluto/demux.c Fri Jan 12 12:16:07 2007
> @@ -2411,7 +2411,7 @@
>      * we can only be in calculating state if state is ignore,
>      * or suspended.
>      */
> -    passert(result == STF_IGNORE || result == STF_SUSPEND ||
> st->st_calculating==FALSE);
> +    passert(result == STF_INLINE || result == STF_IGNORE || result ==
> STF_SUSPEND || st->st_calculating==FALSE);

As an answer to my mail detailing the problem, Paul Wouters told us that
this patch was incorporated into 2.4.8rc1

However, I was just looking at the 2.4.8. final release source code, and the
patch is not present!

Has it been forgotten or another solution has been replacing this patch?

Thanks,
Jean-Michel.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.openswan.org/pipermail/users/attachments/20070605/70a6bcbb/attachment-0001.html 


More information about the Users mailing list