solettaproject / soletta-small-oses-samples

Soletta samples for Small OSes
Apache License 2.0
1 stars 3 forks source link

Integer Overflow in sol-lwm2m-client.c #29

Closed mattiantonini closed 8 years ago

mattiantonini commented 8 years ago

Hi! I'm trying to compile soletta-coap-server for RIOT but it fails, log in output.txt

I've edited the file sol-lwm2m-client.c at line 907 by removing the - (minus) before ECANCELED (I do not use lwm2m at the moment). It compiles now. Can anyone check this issue?

Cheers, Mattia

ibriano commented 8 years ago

On Wed, 03 Aug 2016 10:59:21 -0700, Mattia Antonini wrote:

Hi! I'm trying to compile soletta-coap-server for RIOT but it fails, log in output.txt

I've edited the file sol-lwm2m-client.c at line 907 by removing the - (minus) before ECANCELED (I do not use lwm2m at the moment). It compiles now. Can anyone check this issue?

Fixed in master, thanks.