Project

General

Profile

Actions

Bug #1176

closed

Scheduler::cancelEvent crash on empty EventId

Added by Junxiao Shi about 10 years ago. Updated about 10 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Core
Target version:
Start date:
01/30/2014
Due date:
% Done:

100%

Estimated time:
0.30 h

Description

boost::asio::io_service io; 
Scheduler scheduler(io);

EventId i;
scheduler.cancelEvent(i);

Actual: Scheduler::cancelEvent crashes when an uninitialized EventId is passed

Expected: Scheduler::cancelEvent does nothing if eventId is empty

Actions #1

Updated by Junxiao Shi about 10 years ago

  • Status changed from New to In Progress
Actions #2

Updated by Junxiao Shi about 10 years ago

  • Status changed from In Progress to Code review
  • % Done changed from 0 to 100
Actions #3

Updated by Junxiao Shi about 10 years ago

  • Status changed from Code review to Closed
Actions

Also available in: Atom PDF