From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Sun, 5 Jun 2011 22:35:49 +0200 References: <201106041359.15552.sven@narfation.org> <1307188849-20156-1-git-send-email-sven@narfation.org> In-Reply-To: <1307188849-20156-1-git-send-email-sven@narfation.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201106052235.49274.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCHv2 2/2] batman-adv: Fix signedness problem in parse_gw_bandwidth Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: The list for a Better Approach To Mobile Ad-hoc Networking On Saturday, June 04, 2011 02:00:49 PM Sven Eckelmann wrote: > strict_strtoul as used in parse_gw_bandwidth is defined for unsigned > long and strict_strtol should be used instead for long. Applied in revision 1ad4162. Thanks, Marek