Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(2)

Unified Diff: src/pkg/net/testdata/resolv.conf

Issue 102470046: code review 102470046: net: Don't read beyond end of slice when parsing re...
Patch Set: diff -r b8fa05f72494 https://code.google.com/p/go/ Created 10 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« src/pkg/net/dnsconfig_unix.go ('K') | « src/pkg/net/dnsconfig_unix.go ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/pkg/net/testdata/resolv.conf
===================================================================
--- a/src/pkg/net/testdata/resolv.conf
+++ b/src/pkg/net/testdata/resolv.conf
@@ -3,3 +3,4 @@
domain Home
nameserver 192.168.1.1
options ndots:5 timeout:10 attempts:3 rotate
+options attempts 3
« src/pkg/net/dnsconfig_unix.go ('K') | « src/pkg/net/dnsconfig_unix.go ('k') | no next file » | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b