Skip to content
  • Austin Clements's avatar
    Make fetchint and fetchstr use proc instead of taking a struct proc · 9d59eb01
    Austin Clements authored
    Previously, these were inconsistent: they used their struct proc
    argument for bounds checking, but always copied the argument from the
    current address space (and hence the current process).  Drop the
    struct proc argument and always use the current proc.
    
    Suggested by Carmi Merimovich.
    9d59eb01