Page MenuHomePhabricator

Use after free flaw in Plugin Generator
Closed, WontfixPublic

Description

ApplicationsPluginGeneratorPluginGenerator.cpp:84
QByteArray data = reply->readAll();
delete reply;

if (data.isEmpty())
{
  qCritical() << "A network error occured:" << reply->errorString();
  return EXIT_FAILURE;
}

Event Timeline

kislinsk renamed this task from Use after free to Use after free flaw in Plugin Generator.Aug 10 2016, 4:12 AM
kislinsk triaged this task as Normal priority.
kislinsk updated the task description. (Show Details)
kislinsk edited projects, added MITK (2016-11); removed MITK.
kislinsk claimed this task.
kislinsk added a project: Auto-closed.
kislinsk added a subscriber: kislinsk.

Hi there! 🙂

This task was auto-closed according to our Task Lifecycle Management.
Please follow this link for more information and don't forget that you are encouraged to reasonable re-open tasks to revive them. 🚑

Best wishes,
The MITK devs

kislinsk removed kislinsk as the assignee of this task.May 26 2020, 12:05 PM
kislinsk removed a subscriber: kislinsk.