Skip to content

Commit 927d805

Browse files
committed
Add safety comment to talpid_core::dns::windows::dnsapi
1 parent 16b44cd commit 927d805

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

talpid-core/src/dns/windows/dnsapi.rs

+1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ impl DnsApi {
6262
std::thread::spawn(move || {
6363
let begin = Instant::now();
6464

65+
// SAFETY: this function is trivially safe to call
6566
let result = if unsafe { (DnsFlushResolverCache)() } != 0 {
6667
let elapsed = begin.elapsed();
6768
if elapsed >= FLUSH_TIMEOUT {

0 commit comments

Comments
 (0)