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

multiple subsytems: unsigned integer conversion fixes #3828

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Apr 26, 2024

  1. permissions: fixup uint support in address table reload

    - add support for converting unsigned integer values directly,
      in address table rpc reload.
    devopsec committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    6afab49 View commit details
    Browse the repository at this point in the history
  2. htable: add uint support when packing an htable

    - add support for packing unsigned integer values from DB,
      into hash tables.
    devopsec committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    7cdd293 View commit details
    Browse the repository at this point in the history
  3. lib/srdb1: add uint support for db->pv conversions

    - add support for converting unsigned integers into PVs.
    devopsec committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    9d3e5f3 View commit details
    Browse the repository at this point in the history