Skip to content

bugfix: panic in JSON handler

Compare
Choose a tag to compare
@aybabtme aybabtme released this 21 Apr 05:42
· 282 commits to master since this release

There is a possible nil pointer dereference panic in the JSON handler that will occur if an expected JSON line turns out to not be a JSON line, if that line was the first ever met JSON looking line.