]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Implement data, text, and vmem limit checking in the elf loader and svr4
authordillon <dillon@FreeBSD.org>
Fri, 30 Aug 2002 18:09:46 +0000 (18:09 +0000)
committerdillon <dillon@FreeBSD.org>
Fri, 30 Aug 2002 18:09:46 +0000 (18:09 +0000)
commit85479bded200a1b62985abab079cf75a21e9da96
tree56c20790c1678608fb11f1c12698ce4d4ad23672
parent52a0704905111dec0d39b6fc3ad76bf6791f1fe3
Implement data, text, and vmem limit checking in the elf loader and svr4
compat code.  Clean up accounting for multiple segments.  Part 1/2.

Submitted by: Andrey Alekseyev <uitm@zenon.net> (with some modifications)
MFC after: 3 days
sys/compat/svr4/svr4_misc.c
sys/compat/svr4/svr4_resource.c
sys/kern/imgact_elf.c