Skip to content
  • Alexander Graf's avatar
    linux-user: save auxv length · 125b0f55
    Alexander Graf authored
    
    
    We create our own AUXV segment on stack and save a pointer to it.
    However we don't save the length of it, so any code that wants to
    do anything useful with it later on has to walk it again.
    
    Instead, let's remember the length of our AUXV segment. This
    simplifies later uses by a lot.
    
    (edited by Riku to apply to qemu HEAD)
    
    Signed-off-by: default avatarAlexander Graf <agraf@suse.de>
    Signed-off-by: default avatarRiku Voipio <riku.voipio@iki.fi>
    125b0f55