Skip to content
  • Nick Mathewson's avatar
    Style and correctness issues in test_dirvote. · 81c05e1e
    Nick Mathewson authored
    Style:
      - We end our types with _t.
      - Use 'static' to declare functions that only exist in a single
        module.
    
    Correctness:
      - Many tt_...() macros can invoke "goto done;" -- we need to make
        sure that all the variables that could get freed are initialized
        before any "goto done" is hit, or else we might free an
        uninitialized variable.
    81c05e1e