Closed Mellich closed 2 years ago
We do not explicitly initialize is_aligned in the FpgaBuffer class. Because of that, it may be set to false although we construct it from a bo. memcpy will fail in this case, because the aligned_buffer is not initialized.
We do not explicitly initialize is_aligned in the FpgaBuffer class. Because of that, it may be set to false although we construct it from a bo. memcpy will fail in this case, because the aligned_buffer is not initialized.