CodeTrol

Results 1 comments of CodeTrol

I found a bug in `/node_modules/ndns.js` at function `DNSParser.prototype.parseA` (line 1366): ``` DNSParser.prototype.parseA = function () { if (this.parseStart + 4 > this.parseEnd) throw new Error(); this.parseStart += 4; return...