Re: [gupnp] [PATCH 1/2] Fix parsing of unsigned integers



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]