gvisor/pkg/sentry/loader
Michael Pratt c8857f7269 Fix inconsistencies in ELF anonymous mappings
* A segment with filesz == 0, memsz > 0 should be an anonymous only
  mapping. We were failing to load such an ELF.
* Anonymous pages are always mapped RW, regardless of the segment
  protections.

PiperOrigin-RevId: 249355239
Change-Id: I251e5c0ce8848cf8420c3aadf337b0d77b1ad991
2019-05-21 17:06:05 -07:00
..
BUILD Decouple filemem from platform and move it to pgalloc.MemoryFile. 2019-03-14 08:12:48 -07:00
elf.go Fix inconsistencies in ELF anonymous mappings 2019-05-21 17:06:05 -07:00
interpreter.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
loader.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
vdso.go Add basic plumbing for splice and stub implementation. 2019-05-21 15:18:12 -07:00
vdso_state.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00