]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Merge r289055 to amd64/linux32:
authorJohn Baldwin <jhb@FreeBSD.org>
Thu, 22 Oct 2015 21:23:58 +0000 (21:23 +0000)
committerJohn Baldwin <jhb@FreeBSD.org>
Thu, 22 Oct 2015 21:23:58 +0000 (21:23 +0000)
commit5047105b71920e328a9cc3f033e4f777c0467fe4
tree3b1af4dad4bb676910953bafe6ab6df89b86ec4b
parentd9a4f21fa7b2aa40ae49c03a82a61a2c0661c4e5
Merge r289055 to amd64/linux32:

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.
sys/amd64/linux32/linux32_sysvec.c