Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Fix memory issues with the csr module #12

Merged
merged 2 commits into from
Aug 3, 2023
Merged

Fix memory issues with the csr module #12

merged 2 commits into from
Aug 3, 2023

Conversation

baluchicken
Copy link
Contributor

@baluchicken baluchicken commented Aug 3, 2023

Description

Without telling the rust compiler to forget the returned buffer the host maybe unable to access the required data since it was already freed by rust.

Type of Change

  • Bug Fix
  • New Feature
  • Breaking Change
  • Refactor
  • Documentation
  • Other (please describe)

@baluchicken baluchicken requested a review from a team August 3, 2023 09:28
bonifaido
bonifaido previously approved these changes Aug 3, 2023
@baluchicken baluchicken merged commit 31a9e1d into main Aug 3, 2023
1 check passed
@baluchicken baluchicken deleted the csr_fix branch August 3, 2023 11:54
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants