Skip to content

Commit

Permalink
kasan_symbolize: Added a top-file comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
ramosian-glider committed Aug 10, 2016
1 parent 063333a commit af7d5af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions address-sanitizer/tools/kasan_symbolize.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/usr/bin/python

# Tool for symbolizing stack traces in BUG reports, mainly those produced
# by KASAN.

from collections import defaultdict
import getopt
import os
Expand Down

0 comments on commit af7d5af

Please sign in to comment.