-
Notifications
You must be signed in to change notification settings - Fork 17
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
[Umbrella] Compilation errors and warnings #169
Comments
GeorgyKirichenko
added a commit
that referenced
this issue
Apr 13, 2024
GeorgyKirichenko
added a commit
that referenced
this issue
Apr 13, 2024
`strncpy` function does not guaranty the zero-byte at the end of a destination buffer in case of source string truncation so the limit should be less that the destination size. Relates #169
GeorgyKirichenko
added a commit
that referenced
this issue
Apr 13, 2024
GeorgyKirichenko
added a commit
that referenced
this issue
Apr 13, 2024
GeorgyKirichenko
added a commit
that referenced
this issue
Apr 13, 2024
GeorgyKirichenko
added a commit
that referenced
this issue
Apr 13, 2024
GeorgyKirichenko
added a commit
that referenced
this issue
Apr 13, 2024
In further version of protobuf stubs are marked as final in sake of optimization. Relates #169
GeorgyKirichenko
added a commit
that referenced
this issue
Apr 15, 2024
GeorgyKirichenko
added a commit
that referenced
this issue
Apr 15, 2024
GeorgyKirichenko
added a commit
that referenced
this issue
Apr 15, 2024
GeorgyKirichenko
added a commit
that referenced
this issue
Apr 15, 2024
GeorgyKirichenko
added a commit
that referenced
this issue
Apr 15, 2024
In further version of protobuf stubs are marked as final in sake of optimization. Relates #169
GeorgyKirichenko
added a commit
that referenced
this issue
Apr 15, 2024
GeorgyKirichenko
added a commit
that referenced
this issue
Apr 15, 2024
`strncpy` function does not guaranty the zero-byte at the end of a destination buffer in case of source string truncation so the limit should be less that the destination size. Relates #169
GeorgyKirichenko
added a commit
that referenced
this issue
Apr 15, 2024
GeorgyKirichenko
added a commit
that referenced
this issue
Apr 15, 2024
GeorgyKirichenko
added a commit
that referenced
this issue
Apr 15, 2024
GeorgyKirichenko
added a commit
that referenced
this issue
Apr 15, 2024
GeorgyKirichenko
added a commit
that referenced
this issue
Apr 15, 2024
In further version of protobuf stubs are marked as final in sake of optimization. Relates #169
GeorgyKirichenko
added a commit
that referenced
this issue
Apr 18, 2024
GeorgyKirichenko
added a commit
that referenced
this issue
May 3, 2024
Interface identifier is effectively singed 32bit integer. Relates #169
GeorgyKirichenko
added a commit
that referenced
this issue
May 3, 2024
Interface identifier is effectively singed 32bit integer. Relates #169
GeorgyKirichenko
added a commit
that referenced
this issue
May 3, 2024
Interface identifier is effectively singed 32bit integer. Relates #169
GeorgyKirichenko
added a commit
that referenced
this issue
May 4, 2024
Interface identifier is effectively singed 32bit integer. Relates #169
GeorgyKirichenko
added a commit
that referenced
this issue
May 4, 2024
Interface identifier is effectively singed 32bit integer. Relates #169
GeorgyKirichenko
added a commit
that referenced
this issue
May 30, 2024
Interface identifier is effectively singed 32bit integer. Relates #169
GeorgyKirichenko
added a commit
that referenced
this issue
Jun 26, 2024
Interface identifier is effectively singed 32bit integer. Relates #169
GeorgyKirichenko
added a commit
that referenced
this issue
Jun 26, 2024
Interface identifier is effectively singed 32bit integer. Relates #169
GeorgyKirichenko
added a commit
that referenced
this issue
Jun 26, 2024
Interface identifier is effectively singed 32bit integer. Relates #169
GeorgyKirichenko
added a commit
that referenced
this issue
Jun 26, 2024
Interface identifier is effectively singed 32bit integer. Relates #169
GeorgyKirichenko
added a commit
that referenced
this issue
Jul 5, 2024
`bitset.h` should include `cstdint` as uses `uint32_t` type Relates #169
GeorgyKirichenko
added a commit
that referenced
this issue
Jul 5, 2024
`bitset.h` should include `cstdint` as uses `uint32_t` type Relates #169
Merged
GeorgyKirichenko
added a commit
that referenced
this issue
Jul 5, 2024
`bitset.h` should include `cstdint` as uses `uint32_t` type Relates #169
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a umbrella issue for many compilation errors and warnings with different
gcc
andclang
versionsThe text was updated successfully, but these errors were encountered: