Re: [Openvpn-devel] Problem with alloc_buf_gc function

2011-12-29 Thread Tiran Kaskas
TouchDown (www.nitrodesk.com) -Original Message- From: Karl O. Pinc [k...@meme.com] Received: יום חמישי, 29 דצמ 2011, 18:38 To: Tiran Kaskas [tiran.kas...@telit.com] CC: openvpn-devel@lists.sourceforge.net [openvpn-devel@lists.sourceforge.net] Subject: Re: [Openvpn-devel] Problem with

Re: [Openvpn-devel] Problem with alloc_buf_gc function

2011-12-22 Thread Tiran Kaskas
eived from the outside. But who will take care of actually sending it to the destination address? Am I missing some routing configuration? Thanks! -Original Message----- From: Tiran Kaskas [mailto:tiran.kas...@telit.com] Sent: Wednesday, December 14, 2011 11:47 AM To: Gisle Vanem; ope

Re: [Openvpn-devel] Problem with alloc_buf_gc function

2011-12-14 Thread Tiran Kaskas
Indeed, a large model is used -Original Message- From: Gisle Vanem [mailto:gva...@broadpark.no] Sent: Wednesday, December 14, 2011 11:45 AM To: openvpn-devel@lists.sourceforge.net Subject: Re: [Openvpn-devel] Problem with alloc_buf_gc function "Tiran Kaskas" wrote: > Alr

Re: [Openvpn-devel] Problem with alloc_buf_gc function

2011-12-14 Thread Tiran Kaskas
Thanks. Already done the ssl part, only polarssl. It is working perfect and does support 16bit with no change. -Original Message- From: David Sommerseth [mailto:openvpn.l...@topphemmelig.net] Sent: Wednesday, December 14, 2011 10:52 AM To: Tiran Kaskas Cc: Adriaan de Jong; Gert Doering

Re: [Openvpn-devel] Problem with alloc_buf_gc function

2011-12-13 Thread Tiran Kaskas
. -Original Message- From: Gert Doering [mailto:g...@greenie.muc.de] Sent: Tuesday, December 13, 2011 11:19 PM To: Tiran Kaskas Cc: Adriaan de Jong; Gert Doering; openvpn-devel@lists.sourceforge.net Subject: Re: [Openvpn-devel] Problem with alloc_buf_gc function Hi On Tue, Dec 13, 2011 at 08:22:36PM

Re: [Openvpn-devel] Problem with alloc_buf_gc function

2011-12-13 Thread Tiran Kaskas
AM To: Gert Doering; Tiran Kaskas Cc: openvpn-devel@lists.sourceforge.net Subject: RE: [Openvpn-devel] Problem with alloc_buf_gc function > -Original Message- > From: Gert Doering [mailto:g...@greenie.muc.de] > > On Mon, Dec 12, 2011 at 09:32:51AM +, Tiran Kaskas wrote: &g

Re: [Openvpn-devel] Problem with alloc_buf_gc function

2011-12-12 Thread Tiran Kaskas
hanks -Original Message- From: Tiran Kaskas [mailto:tiran.kas...@telit.com] Sent: Monday, December 12, 2011 9:42 AM To: Fabian Knittel Cc: openvpn-devel@lists.sourceforge.net Subject: Re: [Openvpn-devel] Problem with alloc_buf_gc function You are right, I somehow mixed the data ptr wit

Re: [Openvpn-devel] Problem with alloc_buf_gc function

2011-12-12 Thread Tiran Kaskas
...@avona.com] Sent: Monday, December 12, 2011 12:11 AM To: Tiran Kaskas Cc: openvpn-devel@lists.sourceforge.net Subject: Re: [Openvpn-devel] Problem with alloc_buf_gc function Hi Tiran, Am 11.12.2011 21:57, schrieb Tiran Kaskas: > Looking into the function alloc_buf_gc() in file buffer.c, it retu

[Openvpn-devel] Problem with alloc_buf_gc function

2011-12-11 Thread Tiran Kaskas
Looking into the function alloc_buf_gc() in file buffer.c, it returns a struct buffer, which seems to me is allocated on the stack, which is causing an issue, I believe, since the function calling alloc_buf_gc() will work on a buffer which becomes garbage. Please confirm I am not missing someth