Skip to content
  • Nick Mathewson's avatar
    checkSpace.pl now forbids more identifiers. · 5927ed8d
    Nick Mathewson authored
    The functions it warns about are:
      assert, memcmp, strcat, strcpy, sprintf, malloc, free, realloc,
      strdup, strndup, calloc.
    
    Also, fix a few lingering instances of these in the code. Use other
    conventions to indicate _intended_ use of assert and
    malloc/realloc/etc.
    5927ed8d