Memory overflow detection when packing/unpacking BLOB added
This commit is contained in:
@@ -141,7 +141,7 @@ namespace eap
|
||||
///
|
||||
/// \param[inout] cursor Memory cursor
|
||||
///
|
||||
virtual void pack(_Inout_ unsigned char *&cursor) const;
|
||||
virtual void pack(_Inout_ eapserial::cursor_out &cursor) const;
|
||||
|
||||
///
|
||||
/// Returns packed size of a configuration
|
||||
@@ -155,7 +155,7 @@ namespace eap
|
||||
///
|
||||
/// \param[inout] cursor Memory cursor
|
||||
///
|
||||
virtual void unpack(_Inout_ const unsigned char *&cursor);
|
||||
virtual void unpack(_Inout_ eapserial::cursor_in &cursor);
|
||||
|
||||
/// @}
|
||||
|
||||
|
Reference in New Issue
Block a user