瀏覽代碼

added contingency message to test for sandbox_getaddrinfo

Cristian Toader 10 年之前
父節點
當前提交
fe6e2733ab
共有 2 個文件被更改,包括 4 次插入2 次删除
  1. 2 1
      src/common/sandbox.c
  2. 2 1
      src/or/main.c

+ 2 - 1
src/common/sandbox.c

@@ -930,6 +930,7 @@ sandbox_getaddrinfo(const char *name, struct addrinfo **res)
     }
   }
 
+  log_err(LD_BUG,"(Sandbox) failed to get address %s!", name);
   return -1;
 }
 
@@ -958,7 +959,7 @@ sandbox_add_addrinfo(const char* name)
     goto out;
   }
 
-  el->name = strdup(name);
+  el->name = tor_strdup(name);
   el->next = sb_addr_info;
   sb_addr_info = el;
 

+ 2 - 1
src/or/main.c

@@ -2640,7 +2640,8 @@ find_flashcard_path(PWCHAR path, size_t size)
 #endif
 
 static void
-init_addrinfo(void) {
+init_addrinfo(void)
+{
   char hname[256];
 
   // host name to sandbox