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 }