Actions
Bug #2255
closedndns-update segfaults when running without parameters
Start date:
12/01/2014
Due date:
% Done:
100%
Estimated time:
Description
When running ndns-update without updates, I'm getting segfault:
ndns@spurs:~/repo2ndns$ ndns-update
cannot figure out the certificate automatically. please set it with -c CERT_NAEME
terminate called after throwing an instance of 'ndn::SecPublicInfoSqlite3::Error'
what(): SecPublicInfoSqlite3::getCertificate certificate does not exist
Aborted
The app should terminate with error, but should not segfault. main function need to properly handle exceptions.
Actions