Actions
Bug #5164
closedndnsec import: segmentation fault with invalid SafeBag
Start date:
Due date:
% Done:
100%
Estimated time:
Description
Importing an invalid SafeBag crashes ndnsec
. The result of ndn::io::load()
is not checked against nullptr
.
$ ndnsec import -P foo <<< bar
Segmentation fault (core dumped)
Actions