gvisor/pkg/sentry/socket/netlink
Andrei Vagin af90e68623 netlink: return an error in nlmsgerr
Now if a process sends an unsupported netlink requests,
an error is returned from the send system call.

The linux kernel works differently in this case. It returns errors in the
nlmsgerr netlink message.

Reported-by: syzbot+571d99510c6f935202da@syzkaller.appspotmail.com
PiperOrigin-RevId: 262690453
2019-08-09 22:34:54 -07:00
..
port Update canonical repository. 2019-06-13 16:50:15 -07:00
route Basic support for 'ip route' 2019-07-31 20:30:09 -07:00
BUILD Remove map from fd_map, change to fd_table. 2019-07-02 19:28:59 -07:00
message.go Update canonical repository. 2019-06-13 16:50:15 -07:00
provider.go gvisor/fs: don't update file.offset for sockets, pipes, etc 2019-06-18 01:43:29 -07:00
socket.go netlink: return an error in nlmsgerr 2019-08-09 22:34:54 -07:00