freebsd-skq/sys/amd64/linux
Mateusz Guzik 3e15a670d2 linux: fix handling of out-of-bounds syscall attempts
Due to an off by one the code would read an entry past the table, as
opposed to the last entry which contains the nosys handler.

Reported by:	Pawel Biernacki <pawel.biernacki gmail.com>
2015-10-08 21:08:35 +00:00
..
linux_dummy.c Implement Linux specific syncfs() system call. 2015-05-24 18:08:01 +00:00
linux_genassym.c
linux_ipc64.h
linux_locore.s Being exported through vdso the note.Linux section used by glibc 2015-05-24 16:25:44 +00:00
linux_machdep.c Fixup the build after r284215. 2015-06-10 12:39:01 +00:00
linux_proto.h Regen for r283492. 2015-05-24 18:09:01 +00:00
linux_support.s Futex is an aligned 32-bit integer. Use the proper instruction and 2015-06-08 17:39:25 +00:00
linux_syscall.h Regen for r283492. 2015-05-24 18:09:01 +00:00
linux_syscalls.c Regen for r283492. 2015-05-24 18:09:01 +00:00
linux_sysent.c Regen for r283492. 2015-05-24 18:09:01 +00:00
linux_systrace_args.c Regen for r283492. 2015-05-24 18:09:01 +00:00
linux_sysvec.c linux: fix handling of out-of-bounds syscall attempts 2015-10-08 21:08:35 +00:00
linux_vdso.lds.s
linux.h Reduce duplication between MD Linux code by moving msg related 2015-05-24 18:03:14 +00:00
Makefile
syscalls.conf
syscalls.master Implement Linux specific syncfs() system call. 2015-05-24 18:08:01 +00:00