summary refs log tree commit diff stats
path: root/results/scraper/fex/1532
blob: b590793220bbe9499883653dccdd4b540d706412 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
32-bit socket ioctls aren't interpreted correctly.
We don't currently capture socket ioctls and just pass them through.
This causes a few socket based ioctl commands to not be correct.

* SIOCGSTAMP_OLD
* SIOCGSTAMPNS_OLD
* SIOCGIFPFLAGS
* SIOCSIFFLAGS
* SIOCWANDEV
* Any other ioctl that returns `struct ifreq`
  * https://man7.org/linux/man-pages/man7/netdevice.7.html
* Maybe more that I missed.