[MXS-1788] MaxInfo crash Created: 2018-04-13  Updated: 2018-04-13  Resolved: 2018-04-13

Status: Closed
Project: MariaDB MaxScale
Component/s: maxinfo
Affects Version/s: None
Fix Version/s: 2.1.17

Type: Bug Priority: Major
Reporter: dapeng huang Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None


 Description   

Crash at `while (ptr && ptr->next != session)`

else
    {
        INFO_SESSION *ptr = inst->sessions;
        while (ptr && ptr->next != session)
        {
            ptr = ptr->next;
        }
        if (ptr)
        {
            ptr->next = session->next;
        }
    }



 Comments   
Comment by markus makela [ 2018-04-13 ]

Fixed by 3d09c836c5dec5de3864d04e0dcfdf32679112a4 which was a contribution by dapeng.

Generated at Thu Feb 08 04:09:24 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.