diff --git a/ocimem/blob.go b/ocimem/blob.go index 6c7694a..b010065 100644 --- a/ocimem/blob.go +++ b/ocimem/blob.go @@ -134,7 +134,7 @@ func (b *Buffer) Write(data []byte) (int, error) { } func newUUID() string { - buf := make([]byte, 32) + buf := make([]byte, 16) if _, err := rand.Read(buf); err != nil { panic(err) }