Commit c8ec4a6
committed
syz-manager: add a check for localhost
If localhost is not resolvable on a system, we might run into a loop
(for example in vm/vmimpl/UnusedTCPPort) or
fail later. Since syzkaller uses localhost (and not something like
127.0.0.1) it's way better to notify user earlier if their 'localhost' is
not configured correctly.
Signed-off-by: Ivan Gulakov <gulakov@amazon.com>1 parent d3ccff6 commit c8ec4a6
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
242 | 242 | | |
243 | 243 | | |
244 | 244 | | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
245 | 250 | | |
246 | 251 | | |
247 | 252 | | |
| |||
0 commit comments