Donor can segfault if mysqldump SST request is malformed
Bug #439583 reported by
Alex Yurchenko
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MySQL patches by Codership |
Fix Released
|
High
|
Alex Yurchenko |
Bug Description
When parsing mysqldump SST request donor relies on finding ':' in the address string that would separate address from port. If not found strchr() returns NULL and segfault ensues in subsequent pointer calculations.
Related branches
visibility: | private → public |
Changed in codership-mysql: | |
assignee: | nobody → Alex Yurchenko (ayurchen) |
importance: | Undecided → High |
milestone: | none → 0.7 |
status: | New → Confirmed |
Changed in codership-mysql: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Same goes for authentication string.