HomeFreeBSD

recv(),send(): Directly call interposing entry instead of going through PLT.

Description

recv(),send(): Directly call interposing entry instead of going through PLT.

recv() and send()'s calls to recvfrom() and sendto() are much like
waitpid()'s call to wait4(), and likewise need not allow PLT interposing on
the called function.

Details

Provenance
jillesAuthored on
Parents
rS282728: Don't check the return value from self_reloc(), it can't fail and doesn't
Branches
Unknown
Tags
Unknown