Branch: refs/heads/master Home: https://github.com/kronosnet/kronosnet Commit: 93f3df56ce1008c362df679b2768edbf2e5a860a https://github.com/kronosnet/kronosnet/commit/93f3df56ce1008c362df679b2768ed... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2019-09-19 (Thu, 19 Sep 2019)
Changed paths: M libknet/links.c
Log Message: ----------- [links] fix memory corryption of link structure
the index would overflow the buffer and overwrite data in the link structure. Depending on what was written the cluster could fall apart in many ways, from crashing, to hung.
Fixes: https://github.com/kronosnet/kronosnet/issues/255
thanks to the proxmox developers and community for reporting the issue and for all the help reproducing / debugging the problem.
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com
Commit: 89213e429ef7eb8241606313b99ff413afdb8662 https://github.com/kronosnet/kronosnet/commit/89213e429ef7eb8241606313b99ff4... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2019-09-19 (Thu, 19 Sep 2019)
Changed paths: M libknet/links.c
Log Message: ----------- Merge pull request #257 from kronosnet/netload-fixes
[links] fix memory corryption of link structure
Compare: https://github.com/kronosnet/kronosnet/compare/63d5a3eb52e1...89213e429ef7