Fix bug that could lead to an assertion failure in libcrypto when multiple
[oweals/tinc.git] / src / meta.c
index bc0cda630c7da4133e2b07ba89608bda39cb97a4..dde0e2a4fce9b2c2130c21f32ac7be15114ec21d 100644 (file)
@@ -17,7 +17,7 @@
     along with this program; if not, write to the Free Software
     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
     along with this program; if not, write to the Free Software
     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
-    $Id: meta.c,v 1.1.2.46 2003/10/11 12:16:12 guus Exp $
+    $Id: meta.c,v 1.1.2.47 2003/10/11 14:18:52 guus Exp $
 */
 
 #include "system.h"
 */
 
 #include "system.h"
@@ -178,7 +178,7 @@ bool receive_meta(connection_t *c)
                                return false;
 
                        c->buflen -= reqlen;
                                return false;
 
                        c->buflen -= reqlen;
-                       lenin -= reqlen;
+                       lenin -= reqlen - oldlen;
                        memmove(c->buffer, c->buffer + reqlen, c->buflen);
                        oldlen = 0;
                        continue;
                        memmove(c->buffer, c->buffer + reqlen, c->buflen);
                        oldlen = 0;
                        continue;