Skip to content
  • Nick Mathewson's avatar
    Fix 8447: use %u to format circid_t. · 339df5df
    Nick Mathewson authored
    Now that circid_t is 4 bytes long, the default integer promotions will
    leave it alone when sizeof(int) == 4, which will leave us formatting an
    unsigned as an int.  That's technically undefined behavior.
    
    Fixes bug 8447 on bfffc1f0.  Bug not
    in any released Tor.
    339df5df