-
- Downloads
rpl-border-router: fix GCC 8 warnings
GCC 8 added the -Wstringop-truncation warning which makes the regression tests fail on recent versions of Ubuntu. Silence the compiler by copying one character less, and add an explicit null termination afterwards when required.
Showing
- examples/rpl-border-router/webserver/httpd-simple.c 2 additions, 1 deletionexamples/rpl-border-router/webserver/httpd-simple.c
- os/services/rpl-border-router/native/slip-config.c 3 additions, 2 deletionsos/services/rpl-border-router/native/slip-config.c
- os/services/rpl-border-router/native/tun-bridge.c 1 addition, 1 deletionos/services/rpl-border-router/native/tun-bridge.c
Please register or sign in to comment