Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Safeness bug in StorageImage2d::write #453

Merged
merged 3 commits into from
Mar 1, 2021
Merged

Commits on Feb 26, 2021

  1. Safeness bug in StorageImage2d::write

    It's pretty easy to see why this is unsafe, if multiple threads write to the same coordinate race-conditions happen.
    
    Ultimately this should be addressed through something like #216 and some higher level abstractions on top of our buffer types, but since we don't have those for now, marking this as unsafe seems to be the only thing we can do for now.
    Jasper-Bekkers committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    97a274d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    335aa91 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2021

  1. Unsafe in test

    Jasper-Bekkers committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    b707ec2 View commit details
    Browse the repository at this point in the history