Re: [gupnp] [PATCH 1/2] Fix parsing of unsigned integers
- From: Sven Neumann <s neumann raumfeld com>
- To: gupnp o-hand com
- Subject: Re: [gupnp] [PATCH 1/2] Fix parsing of unsigned integers
- Date: Tue, 14 Sep 2010 10:37:18 +0200
On Tue, 2010-09-14 at 10:09 +0200, Sven Neumann wrote:
> The code used to use atoi() to parse unsigned integer values
> from XML strings. Use the proper functions instead.
Without this patch you can't use unsigned integer values larger than
G_MAXINT as action parameters because they are clamped by the use of
atoi(). We have tested that the patch fixes this issue. A similar fix is
included for unsigned 64bit integers.
Sven
--
To unsubscribe send a mail to gupnp+unsubscribe\@o-hand.com
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]