瀏覽代碼

CVS-chat with Andrei; no change to code; -Jiri

Jiri Kuthan 23 年之前
父節點
當前提交
7fab4681f4
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      forward.c

+ 1 - 0
forward.c

@@ -113,6 +113,7 @@ int update_sock_struct_from_via( union sockaddr_union* to,
 		   (host.s[len] will always be ok for a via)
            BTW: when is via->host.s non null terminated? tm copy?
 		   - andrei 
+			Yes -- it happened on generating a 408 by TM; -jiri
 		*/
 		if (via->host.s[via->host.len]){
 			if (!(host_copy=pkg_malloc( via->host.len+1 ))) {