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

Galera build fails on debian testing/unstable #516

Closed
temeo opened this issue Aug 30, 2018 · 0 comments
Closed

Galera build fails on debian testing/unstable #516

temeo opened this issue Aug 30, 2018 · 0 comments
Labels

Comments

@temeo
Copy link
Contributor

temeo commented Aug 30, 2018

The compilation stops in

galera/src/replicator_smm.cpp: In member function 'void galera::ReplicatorSMM::update_state_uuid(const wsrep_uuid_t&)':
galera/src/replicator_smm.cpp:1885:16: error: 'char* strncpy(char*, const char*, size_t)' specified bound 37 equals destination size [-Werror=stringop-truncation]
         strncpy(const_cast<char*>(state_uuid_str_), os.str().c_str(),
         ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                 sizeof(state_uuid_str_));
                 ~~~~~~~~~~~~~~~~~~~~~~~~
@temeo temeo added the bug label Aug 30, 2018
@temeo temeo closed this as completed Nov 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant