warn-unsigned-time_t 522 B

1234567891011
  1. o Minor bugfixes (portability):
  2. - On the chance that somebody manages to build Tor on a
  3. platform where time_t is unsigned, correct the way that
  4. microdesc_add_to_cache handles negative time arguments. Fix for
  5. bug 8042; bugfix on 0.2.3.1-alpha.
  6. o Build improvements:
  7. - Warn if building on a platform with an unsigned time_t: there
  8. are too many places where Tor currently assumes that time_t can
  9. hold negative values. We'd like to fix them all, but probably
  10. some will remain.