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

LV2: Fix IPC key reading from attributes #10555

Merged
merged 6 commits into from Jul 17, 2021
Merged

Commits on Jul 17, 2021

  1. Fixup byte array formatter

    elad335 committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    f312234 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2584eff View commit details
    Browse the repository at this point in the history
  3. Minor fixup of vm::ptr

    const pointers shouldn't disable reading, they should disable writing.
    elad335 committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    b0a4dba View commit details
    Browse the repository at this point in the history
  4. vm_ptr.h: Do not allow dereferencing for void ptr

    Do not create vm::ref from it as well.
    elad335 committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    49c5a1b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0090ea7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    da2eff0 View commit details
    Browse the repository at this point in the history