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

optional build options to use Bounds-checking functions #23

Open
outscale-mgo opened this issue Feb 2, 2023 · 0 comments
Open

optional build options to use Bounds-checking functions #23

outscale-mgo opened this issue Feb 2, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@outscale-mgo
Copy link
Contributor

outscale-mgo commented Feb 2, 2023

Bounds-checking functions are C11, but as they are part of libc, they are not in the compiler.
that mean, that supporting those can be harder than supporting C11 keyword.
as osc-sdk-c is meant to be include inside the source, a way to use thoses function, would be at compile time using something like -DBOUND_CHK_C11=1;

@outscale-mgo outscale-mgo added the enhancement New feature or request label Feb 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant