Skip to content

Conversation

@zzt93
Copy link
Owner

@zzt93 zzt93 commented Jan 11, 2023

To fix BUG-109433

Problem:
Crash when network interface is more than 64 (when deploy with k8s, who create many virtual network interface)

Analysis:
ifrp is overflowed when network interface is more than IFRP_INIT_ARR_SIZE(64). It is not reallocated because wrong condition i==ifrpsize.

Fix:
fix wrong reallocate condition.

https://bugs.mysql.com/bug.php?id=109433

Problem:
Crash when network interface more than 64

Analysis:
`ifrp` is overflowed when network interface is more than IFRP_INIT_ARR_SIZE(64). It is not reallocated because wrong condition `i==ifrpsize`.

Fix:
fix wrong reallocate condition.
@zzt93 zzt93 closed this Jan 11, 2023
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.

2 participants