fix: CVE-2022-41723

This commit is contained in:
andyzhangx
2023-03-29 03:52:25 +00:00
parent d30ffe6d16
commit 81c2a77192
83 changed files with 727 additions and 218 deletions

View File

@@ -152,6 +152,7 @@ func Getfsstat(buf []Statfs_t, flags int) (n int, err error) {
}
//sys ioctl(fd int, req uint, arg uintptr) (err error)
//sys ioctlPtr(fd int, req uint, arg unsafe.Pointer) (err error) = SYS_IOCTL
//sys sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) = SYS___SYSCTL