mirror of https://github.com/lukechilds/node.git
Browse Source
Fix a (rather academic) buffer overflow. MAXHOSTNAMELEN is 256 on most platforms, which means the buffer wasn't big enough to hold the trailing nul byte on a system with a maximum length hostname.v0.10.5-release
Ben Noordhuis
12 years ago
1 changed files with 6 additions and 5 deletions
Loading…
Reference in new issue