]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
vm_map_growstack uses vmspace::vm_ssize as though it contained
authorAlan Cox <alc@FreeBSD.org>
Thu, 17 Jun 1999 21:29:38 +0000 (21:29 +0000)
committerAlan Cox <alc@FreeBSD.org>
Thu, 17 Jun 1999 21:29:38 +0000 (21:29 +0000)
commit6389da78d5854759952ef9f214f198928438f20c
treefafbceca03fbdac1f4be4b7546174303509df2bb
parent9c0592b82132a52e3d98e5daa30d8a7bf4f17b08
vm_map_growstack uses vmspace::vm_ssize as though it contained
the stack size in bytes when in fact it is the stack size in pages.
sys/vm/vm_map.c