facebook / winterfell

A STARK prover and verifier for arbitrary computations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`TraceTable::with_meta()` should be marked `unsafe`

plafer opened this issue · comments

TraceTable::with_meta() currently returns uninitialized memory. Hence, it should be marked unsafe.

This would also apply to any other method that return uninitialized memory.