]> git.ipfire.org Git - thirdparty/kea.git/commit
[support8785] std::exception, not just isc::Exception is caught
authorTomek Mrugalski <tomasz@isc.org>
Mon, 17 Aug 2015 18:49:39 +0000 (20:49 +0200)
committerTomek Mrugalski <tomasz@isc.org>
Thu, 20 Aug 2015 12:57:05 +0000 (14:57 +0200)
commitf1982bb487b82c4f77ac1db8f3899c009263ec74
tree3e72b90d7486e86519c13db8e9bf9c43441809df
parent8b42a077526220245cc86121b813f1067400e7d6
[support8785] std::exception, not just isc::Exception is caught

  If std::exception would be thrown anywhere in message processing
  in Dhcp4Srv::run(), we would not catch it. In principle, that
  should never happen, as the Kea code only throws isc::Exception
  derivatives, but maybe some of the system or boost calls could
  throw std::exception.
src/bin/dhcp4/dhcp4_srv.cc