Welcome to mirror list, hosted at ThFree Co, Russian Federation.

test-dns-regress-6244.js « parallel « test - github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b464c7bda8f11ae70e1c2c3bbb99700f0265917b (plain)
1
2
3
4
5
6
'use strict';
const common = require('../common');
const dns = require('dns');

// Should not segfault, see #6244.
dns.resolve4('127.0.0.1', common.mustCall(() => { }));