nes-proj/core/net
Cristiano De Alti 1bdec853e1 Prevent interger overflow on the AVR
Compiling examples/er-rest-example for the avr-raven gives:

  integer overflow in expression [-Woverflow]

On the AVR int is 16 bit and some calculations may overflow.
This happens for example with multiplications involving
CLOCK_SECOND where all the operands are of type int.
Casting one of the operands to clock_time_t forces
the arithmetic to clock_time_t without increasing the size
of the program (the calculation is performed at compile time).
2016-11-05 22:46:42 +01:00
..
http-socket
ip Merge pull request #1493 from simonduq/pr/add-missing-ext-hdr 2016-07-25 14:56:25 +02:00
ip64
ipv4
ipv6 Merge pull request #1851 from kqorany/patch-1 2016-09-14 06:53:14 +01:00
llsec noncoresec: Fix build errors with DEBUG set to 1 2016-06-23 22:10:43 +02:00
mac Merge pull request #1740 from simonduq/pr/tsch-minor 2016-09-05 16:33:48 +02:00
rime Make set_bits_in_byte() static (like for get_bits_in_byte) 2016-07-30 12:57:09 +02:00
rpl rpl: fix debugging PRINTF in find_removable_dio 2016-09-22 10:54:55 -04:00
link-stats.c Prevent interger overflow on the AVR 2016-11-05 22:46:42 +01:00
link-stats.h
linkaddr.c
linkaddr.h
nbr-table.c
nbr-table.h
net-debug.c
net-debug.h
netstack.c
netstack.h
packetbuf.c
packetbuf.h
queuebuf.c
queuebuf.h