Changeset 95e4ace in nscp for NSClient++.cpp


Ignore:
Timestamp:
02/19/08 19:10:56 (5 years ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2, stable
Children:
2f01f93
Parents:
394f7a1
Message:

+ Fixed a buffer overflow in the NRPE socket handling.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NSClient++.cpp

    r394f7a1 r95e4ace  
    534534    } catch(const NSPluginException& e) { 
    535535      LOG_ERROR_STD(_T("Exception raised: ") + e.error_ + _T(" in module: ") + e.file_); 
     536      return NSCAPI::returnCRIT; 
     537    } catch(...) { 
     538      LOG_ERROR_STD(_T("Unknown exception raised in module")); 
    536539      return NSCAPI::returnCRIT; 
    537540    } 
Note: See TracChangeset for help on using the changeset viewer.