[Openvpn-devel] range-checking bug in route.c

2011-12-30 Thread Gert Doering
Hi, when implementing the missing helpers for saving/restoring ipv6 route option lists, I noticed that the existing code has safeguards against buffer overruns, but they do not work in all circumstances. Imagine: - source list: capacity = 20, n = 5 (only 5 items in there) - destination list: c

Re: [Openvpn-devel] Problems with add_route_ipv6()

2011-12-30 Thread Gert Doering
Hi, On Fri, Dec 30, 2011 at 08:12:56PM +0100, Gert Doering wrote: > On Wed, Nov 23, 2011 at 04:56:22PM +1300, Michal Ludvig wrote: > > I'm using the latest openvpn from GIT on OpenSUSE 11.4 and am > > experiencing a problem with IPv6 payload setup. It works but openvpn > > seems to be somewhat c

Re: [Openvpn-devel] Problems with add_route_ipv6()

2011-12-30 Thread Gert Doering
Hi, sorry for this to take so long, but other stuff got in my way. On Wed, Nov 23, 2011 at 04:56:22PM +1300, Michal Ludvig wrote: > I'm using the latest openvpn from GIT on OpenSUSE 11.4 and am > experiencing a problem with IPv6 payload setup. It works but openvpn > seems to be somewhat confuse