[riot-commits] [RIOT-OS/RIOT] 85fe44: pktbuf: assert for potential null pointer
Martine Lenders
authmillenon at gmail.com
Tue Aug 18 16:26:44 CEST 2015
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: 85fe445db802f6acfacab245527103243ad4fdd4
https://github.com/RIOT-OS/RIOT/commit/85fe445db802f6acfacab245527103243ad4fdd4
Author: Oleg Hahm <oleg at hobbykeller.org>
Date: 2015-08-18 (Tue, 18 Aug 2015)
Changed paths:
M sys/net/crosslayer/ng_pktbuf_static/ng_pktbuf_static.c
Log Message:
-----------
pktbuf: assert for potential null pointer
In practice, this should not happen, since `_first_unused` should be
already set, if `_too_small_hole()` returns true.
Commit: 3757e57e7163facd3451e500967acdca0d42f035
https://github.com/RIOT-OS/RIOT/commit/3757e57e7163facd3451e500967acdca0d42f035
Author: Oleg Hahm <oleg at hobbykeller.org>
Date: 2015-08-18 (Tue, 18 Aug 2015)
Changed paths:
M sys/net/link_layer/ng_netdev_eth/ng_netdev_eth.c
Log Message:
-----------
netdev_eth: drop multicast with empty payload
Commit: 86a6b8a552247a1f366c3c3973634eec5ab7e646
https://github.com/RIOT-OS/RIOT/commit/86a6b8a552247a1f366c3c3973634eec5ab7e646
Author: Oleg Hahm <oleg at hobbykeller.org>
Date: 2015-08-18 (Tue, 18 Aug 2015)
Changed paths:
M sys/net/crosslayer/ng_pktbuf_static/ng_pktbuf_static.c
Log Message:
-----------
pktbuf: check NULL pointer before merging snips
Commit: 72334c28477ceabee90549554f05e80dd624b951
https://github.com/RIOT-OS/RIOT/commit/72334c28477ceabee90549554f05e80dd624b951
Author: Oleg Hahm <oleg at hobbykeller.org>
Date: 2015-08-18 (Tue, 18 Aug 2015)
Changed paths:
M sys/net/network_layer/ng_sixlowpan/iphc/ng_sixlowpan_iphc.c
Log Message:
-----------
sixlowpan: IPHC assertion
Just to tranquilize clang analyzer
Commit: 124934d017bea0b75ee2fb038d750e60ea981c39
https://github.com/RIOT-OS/RIOT/commit/124934d017bea0b75ee2fb038d750e60ea981c39
Author: Martine Lenders <authmillenon at gmail.com>
Date: 2015-08-18 (Tue, 18 Aug 2015)
Changed paths:
M sys/net/crosslayer/ng_pktbuf_static/ng_pktbuf_static.c
M sys/net/link_layer/ng_netdev_eth/ng_netdev_eth.c
M sys/net/network_layer/ng_sixlowpan/iphc/ng_sixlowpan_iphc.c
Log Message:
-----------
Merge pull request #3651 from OlegHahm/gnrc_assertions
gnrc: null pointer checks
Compare: https://github.com/RIOT-OS/RIOT/compare/b68213a410d1...124934d017be
More information about the commits
mailing list