maxv 9fe3551bfd x86_copyargs takes as third argument a size, but still copies two chunks of
16 and 24 bytes, without checking the userland<->kernel limit accordingly.
Fix it by just checking the maximum size direcly.

It means that even if 16 bytes are copied, the kernel now makes sure 40
bytes are in userland. We could make it more fine-grained, but it would
probably unoptimize the function, and we don't care enough.
2016-09-16 12:28:41 +00:00
2016-09-05 01:00:07 +00:00
2016-08-05 15:06:02 +00:00
2016-09-12 16:54:31 +00:00
2016-09-08 21:33:56 +00:00
2016-01-16 18:41:12 +00:00
2016-08-25 12:12:59 +00:00
2016-09-15 16:23:05 +00:00
2016-09-16 00:50:43 +00:00
2016-09-14 00:41:04 +00:00
2016-09-13 16:06:59 +00:00
2016-09-07 08:09:59 +00:00
2016-01-29 13:51:13 +00:00
2016-01-14 02:51:25 +00:00
Description
No description provided
3.1 GiB
Languages
C 85.3%
Roff 7.2%
Assembly 3.1%
Shell 1.7%
Makefile 1.2%
Other 0.9%