- Jan 10, 2016
-
-
Cenk Gündoğan authored
-
- Jan 07, 2016
-
-
Cenk Gündoğan authored
gnrc_pktbuf_static.c: fix overflow in gnrc_pktbuf_realloc_data
-
Martine Lenders authored
tests:xtimer_hang: use THREAD_STACKSIZE_DEFAULT instead of literal.
-
Oleg Hahm authored
tests: allow language extensions for fault_handler test in clang
-
Martine Lenders authored
-
Johann Fischer authored
This patch fixes overflow, which is caused by (pkt->size - aligned_size). This happens if pkt->size and new size are unaligned and the difference between pkt->size and new size is less than four.
-
Thomas Eichinger authored
-
Hauke Petersen authored
tests: remove vtimer tests
-
Thomas Eichinger authored
-
Oleg Hahm authored
drivers/kw2xrf/kw2xrf.c: fix MAX_PKT_LENGTH
-
Martine Lenders authored
fixes several bugs on GNRC network stack
-
Yonezawa-T2 authored
-
Yonezawa-T2 authored
-
Yonezawa-T2 authored
When ENABLE_DEBUG is 1, `out` is dereferenced unconditionally, but `_parse_options` in `gnrc_rpl_control_messages.c` calls it with NULL. Clarified `out` must not NULL and fixed `_parse_options`.
-
Yonezawa-T2 authored
When `gnrc_ndp_node_next_hop_l2addr` cannot resolve L2 address, it creates a temporary neighbor cache entry with interface `KERNEL_PID_UNDEF` (unless the interface is already known) to send a neighbor solicitation. When another packet directed to the same address is going to sent before receiving a neighbor advertisement, `gnrc_sixlowpan_nd_next_hop_l2addr` gets the temporary neighbor cache entry and calls `gnrc_ipv6_netif_get` with `KERNEL_PID_UNDEF`, resulting get a `NULL`. We must check `NULL` before dereference it. FYI, both `gnrc_ndp_node_next_hop_l2addr` and `gnrc_sixlowpan_nd_next_hop_l2addr` are enabled when `gnrc_sixlowpan_border_router_default` module is enabled with `GNRC_NETIF_NUMOF` is greater than 1: gnrc_sixlowpan_border_router_default → gnrc_ipv6_router_default → gnrc_ndp_router (if GNRC_NETIF_NUMOF > 1) → gnrc_ndp_node → gnrc_ndp_node_next_hop_l2addr is called from _next_hop_l2addr gnrc_sixlowpan_border_router_default → gnrc_sixlowpan_nd_border_router → gnrc_sixlowpan_nd_router → gnrc_sixlowpan_nd → gnrc_sixlowpan_nd_next_hop_l2addr is called from _next_hop_l2addr
-
Johann F authored
This patch fixes MAX_PKT_LENGTH on kw2x radio
-
- Jan 06, 2016
-
-
Kaspar Schleiser authored
-
Cenk Gündoğan authored
tests: fix clang missing field error
-
Cenk Gündoğan authored
pkg: oonf_api: move source
-
Thomas Eichinger authored
Without this clang complains about missing initializers. `error: missing field 'microseconds' initializer [-Werror,-Wmissing-field-initializers]`
-
Martine Lenders authored
-
Martine Lenders authored
shell fib: recognize the default route as net prefix
-
BytesGalore authored
-
Cenk Gündoğan authored
shell: commands: fix selective outputs for nano specs
-
Martine Lenders authored
gnrc_ndp: fixed ND Option handling for 6LoWPAN
-
Yonezawa-T2 authored
The forms of the Source/Target Link-layer Address option for 6LoWPAN are defined in RFC 4944 Section 8: https://tools.ietf.org/html/rfc4944#section-8 The address is 16 bit if length is 1, 64 bit if length is 2.
-
- Jan 05, 2016
-
-
Martine Lenders authored
-
Martine Lenders authored
-
Oleg Hahm authored
native: make use of TLSF malloc and co
-
DipSwitch authored
tftp: fix formatting warnings/errors
-
Thomas Eichinger authored
-
Hauke Petersen authored
periph/gpio: extend gpio API doc
-
Hauke Petersen authored
periph/uart: extend uart API doc
-
- Jan 04, 2016
-
-
Cenk Gündoğan authored
sys: net: disable NHC
-
Cenk Gündoğan authored
pkg: ccn-lite: pin to upstream commit
-
Oleg Hahm authored
-
Cenk Gündoğan authored
unittests: some fixes to fib_sr tests
-
Cenk Gündoğan authored
gnrc_ndp_internal: add missing unlock when the pktbuf is full
-
Kaspar Schleiser authored
-
- Jan 03, 2016
-
-
Oleg Hahm authored
In order to make native behave more similar to other platforms, it should also use TLSF's dynamic memory allocation if included. It will still fall back to the system's malloc implementation when building for use with valgrind, to leverage its memory leak detection mechanisms.
-