Skip to content
  • Giovanni Mascellani's avatar
    Fix read() usage in tccelf.c. · f6be0d48
    Giovanni Mascellani authored
    read() is allowed to short-read, and return less bytes then requested.
    The caller must restart read() when this happens (and they want more
    bytes).
    
    This patch is still buggy, because errors are not always checked.
    Still, less buggy than before.
    f6be0d48