Return-Path: Date: Thu, 11 Sep 2014 11:09:51 +0200 From: Alexander Aring To: Martin Townsend Cc: linux-zigbee-devel@lists.sourceforge.net, linux-bluetooth@vger.kernel.org, linux-wpan@vger.kernel.org, marcel@holtmann.org, Martin Townsend Subject: Re: [PATCH][linux-bluetooth 3/3] 6lowpan: Refactored lowpan_rcv so it's RFC compliant Message-ID: <20140911090950.GD19675@omega> References: <1410357968-27051-1-git-send-email-martin.townsend@xsilon.com> <1410357968-27051-5-git-send-email-martin.townsend@xsilon.com> <20140911085353.GB19675@omega> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 In-Reply-To: <20140911085353.GB19675@omega> List-ID: Hi Martin, On Thu, Sep 11, 2014 at 10:53:53AM +0200, Alexander Aring wrote: ... > > I know this issue and we should not do that in this way. > > Why? > > Because this works only for fragmentation with IPHC, for example if we > support mesh or Broadcast or HC1 compression. We should call after > successfully reassembled "means lowpan_frag_rcv returns 1" the lowpan_rcv again. > So this is a recursion and we don't should use recursion to much, but it > should only be one recursion, so I think that's okay. :-) > I reconsider about that, this is not okay. A attacker can send data to occur this stack overflow... We need another solution for this. Maybe your current one, but handling fragmentation at the beginning and then evaulate dispatch values. - Alex