Hi
On Wed, May 31, 2017 at 2:08 PM Markus Armbruster wrote:
> Marc-André Lureau writes:
>
> > Hi
> >
> > On Mon, May 15, 2017 at 6:00 PM Markus Armbruster
> wrote:
> >
> >> Marc-André Lureau writes:
> >>
> >> > Switch strtoll() usage to qemu_strtoi64() helper while at it.
> >> >
> >> > Replac
Marc-André Lureau writes:
> Hi
>
> On Mon, May 15, 2017 at 6:00 PM Markus Armbruster wrote:
>
>> Marc-André Lureau writes:
>>
>> > Switch strtoll() usage to qemu_strtoi64() helper while at it.
>> >
>> > Replace temporarily the error in qnum_get_int() with values >INT64_MAX
>> > until the visito
Hi
On Tue, May 30, 2017 at 6:22 PM Eric Blake wrote:
> On 05/30/2017 06:35 AM, Marc-André Lureau wrote:
> > Hi
> >
> > On Mon, May 15, 2017 at 6:00 PM Markus Armbruster
> wrote:
> >
> >> Marc-André Lureau writes:
> >>
> >>> Switch strtoll() usage to qemu_strtoi64() helper while at it.
> >>>
>
On 05/30/2017 06:35 AM, Marc-André Lureau wrote:
> Hi
>
> On Mon, May 15, 2017 at 6:00 PM Markus Armbruster wrote:
>
>> Marc-André Lureau writes:
>>
>>> Switch strtoll() usage to qemu_strtoi64() helper while at it.
>>>
>>> Replace temporarily the error in qnum_get_int() with values >INT64_MAX
>
Hi
On Mon, May 15, 2017 at 6:00 PM Markus Armbruster wrote:
> Marc-André Lureau writes:
>
> > Switch strtoll() usage to qemu_strtoi64() helper while at it.
> >
> > Replace temporarily the error in qnum_get_int() with values >INT64_MAX
> > until the visitor is updated.
> >
> > Add a few tests fo
Marc-André Lureau writes:
> Switch strtoll() usage to qemu_strtoi64() helper while at it.
>
> Replace temporarily the error in qnum_get_int() with values >INT64_MAX
> until the visitor is updated.
>
> Add a few tests for large numbers.
>
> Signed-off-by: Marc-André Lureau
> ---
> qobject/json-l
Switch strtoll() usage to qemu_strtoi64() helper while at it.
Replace temporarily the error in qnum_get_int() with values >INT64_MAX
until the visitor is updated.
Add a few tests for large numbers.
Signed-off-by: Marc-André Lureau
---
qobject/json-lexer.c | 4
qobject/json-