Uploaded image for project: 'ZABBIX BUGS AND ISSUES'
  1. ZABBIX BUGS AND ISSUES
  2. ZBX-14765

vmware incorrect memory release of 'hv->datacenter_name'

    XMLWordPrintable

Details

    • Team A
    • Sprint 41
    • 0.125

    Description

      Incorrect memory release of 'hv->datacenter_name' in function vmware_hv_shared_clean()

      	if (NULL != hv->datacenter_name)
      		__vm_mem_free_func(hv->datacenter_name);
      

      instead of

      	if (NULL != hv->datacenter_name)
      		vmware_shared_strfree(hv->datacenter_name);
      

      Attachments

        Issue Links

          Activity

            People

              MVekslers Michael Veksler
              MVekslers Michael Veksler
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: