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

function KafkaWriter::parseDML #7

Closed
linanh opened this issue May 21, 2020 · 1 comment
Closed

function KafkaWriter::parseDML #7

linanh opened this issue May 21, 2020 · 1 comment

Comments

@linanh
Copy link

linanh commented May 21, 2020

In function KafkaWriter::parseDML:
From KafkaWriter.cpp#L495 to KafkaWriter.cpp#L504, according variable "redoLogRecord1->object->totalCols" to allocate array.

But in KafkaWriter.cpp#L828, the table of "redoLogRecord->next" may be different from the table of "redoLogRecord1". Then, the program will be terminated.

@bersler
Copy link
Owner

bersler commented May 22, 2020

Thanks @linanh

I have uploaded fix for this. Now the list of redoLogRecord is checked to refer to the same object pointer to object is taken from the first element of the list.

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

No branches or pull requests

2 participants