Project

General

Profile

Actions

Bug #1970

closed

segfault in Exclude::wireDecode

Added by Tai-Lin Chu over 9 years ago. Updated over 9 years ago.

Status:
Closed
Priority:
High
Assignee:
Category:
Base
Target version:
Start date:
09/06/2014
Due date:
% Done:

100%

Estimated time:
1.00 h

Description

Snippet to reproduce:

Block block(tlv::Exclude);
try {
  Exclude exclude(block);
}
catch(tlv::Error&) {
}

Expected: Exclude throws a tlv::Error which can be caught

Actual: segmentation fault

Actions

Also available in: Atom PDF