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

rbuscli: use safeclib string functions #233

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

Conversation

Permanence-AI-Coder
Copy link

The C code changes in this PR were generated automatically by the Permanence AI Coder and reviewed by @fwph & @jweese. This PR updates string function usage in rbuscli.c to use the _s family of string functions from safeclib. In addition two commits were made by a human (@fwph): the build process was updated to add safeclib as a dependency to rbus, and a small change was made to the unittests CMakeLists.txt to allow gtest integration with cmake to work correctly.

on-behalf-of: https://github.com/permanence-ai [email protected]

@CLAassistant
Copy link

CLAassistant commented Nov 7, 2024

CLA assistant check
All committers have signed the CLA.

fwph and others added 3 commits November 8, 2024 10:57
Enable cmake test discovery via gtest_discover_tests. Several tests failed because the test setup relied on a different working directory from the default that ctest will use; the solution was to explicitly specify the working directory to be the cmake build dir (PROJECT_BINARY_DIR)
@Permanence-AI-Coder Permanence-AI-Coder force-pushed the permai-rbuscli-string-modernize branch from 0d7fb1e to 486bf1c Compare November 8, 2024 15:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants