api/bhsgo/bhome_node.go | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
api/bhsgo/bhome_node.go
@@ -15,7 +15,10 @@ ) func unsafeGetBytes(p *unsafe.Pointer, s int) []byte { fmt.Println("creply", *p, "len", s) if *p == nil || s == 0 { return nil } fmt.Println("unsafeGetBytes creply", *p, "len", s) d := (*[0x7fffffff]byte)(*p)[:s:s] return d }