mirror of
https://github.com/apache/nuttx.git
synced 2026-08-08 14:07:17 +00:00
There was another small issue on sixlowpan_input.c code, it was processing protosize and 8-bit instead of 16-bit. It was working because the max tcp->tcpoffset was 0xf0, so protosize = ((uint16_t)tcp->tcpoffset >> 4) << 2; Will be protosize = 15 * 4 = 60 and will fit inside 8-bit. Signed-off-by: Alan C. Assis <acassis@gmail.com> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| Kconfig | ||
| Make.defs | ||
| sixlowpan.h | ||
| sixlowpan_framelist.c | ||
| sixlowpan_framer.c | ||
| sixlowpan_globals.c | ||
| sixlowpan_hc1.c | ||
| sixlowpan_hc06.c | ||
| sixlowpan_icmpv6send.c | ||
| sixlowpan_initialize.c | ||
| sixlowpan_input.c | ||
| sixlowpan_internal.h | ||
| sixlowpan_reassbuf.c | ||
| sixlowpan_send.c | ||
| sixlowpan_tcpsend.c | ||
| sixlowpan_udpsend.c | ||
| sixlowpan_utils.c | ||