]> Cypherpunks repositories - gostls13.git/commit
syscall: add bounds checking and error returns to ParseNetlinkMessage
authorDavid Stainton <dstainton415@gmail.com>
Fri, 12 Aug 2016 22:15:21 +0000 (22:15 +0000)
committerMikio Hara <mikioh.mikioh@gmail.com>
Wed, 14 Sep 2016 08:42:28 +0000 (08:42 +0000)
commit6fd8c006adf792e523232a026823a5444893f28f
tree39e0ef68acd65d93cd5bd5626dfa1e192e681833
parent33e63ebc20e38d20077c1f184f05a4a0656e189a
syscall: add bounds checking and error returns to ParseNetlinkMessage

Fixes #16681

Change-Id: I6ff7ec81fe48ab06be3aae5b7ff92e9dc70960c3
Reviewed-on: https://go-review.googlesource.com/26990
Run-TryBot: Mikio Hara <mikioh.mikioh@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Mikio Hara <mikioh.mikioh@gmail.com>
src/syscall/netlink_linux.go
src/syscall/syscall_linux_test.go