pk: fix __do_brk when new addr is not feasible (#295)
Linux kernel simply return current brk when request brk addr is not feasible. The pk should probably do the same.
parent
3ed18cfb
Please register or sign in to comment
Linux kernel simply return current brk when request brk addr is not feasible. The pk should probably do the same.