Skip to content
  • Nick Mathewson's avatar
    Fix warnings on 32-bit builds. · 91904682
    Nick Mathewson authored
    When size_t is the most memory you can have, make sure that things
    referring to real parts of memory are size_t, not uint64_t or off_t.
    
    But not on any released Tor.
    91904682