mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-29 12:10:37 +00:00
The CSV buffer is being truncated on each new row, but since the stream's pointer isn't also being reset, each new row starts at the same position as the previous row, but with null bytes up until that point. This leads to increasing growth in the length of each CSV row, since each line will be padded with null bytes equivalent to the previous row's length. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| blacklist.py | ||
| csvlog.py | ||
| customxml.py | ||
| dot.py | ||
| gml.py | ||
| graph.py | ||
| gxml.py | ||
| html.py | ||
| none.py | ||
| sitemapxml.py | ||
| sql.py | ||
| text.py | ||
| xmllog.py | ||