bug 2173: WifiInformationElement::DeserializeIfPresent attempts to read beyond the end of buffer
This commit is contained in:
@@ -992,7 +992,7 @@ uint8_t
|
||||
Buffer::Iterator::PeekU8 (void)
|
||||
{
|
||||
NS_ASSERT_MSG (m_current >= m_dataStart &&
|
||||
m_current <= m_dataEnd,
|
||||
m_current < m_dataEnd,
|
||||
GetReadErrorMessage ());
|
||||
|
||||
if (m_current < m_zeroStart)
|
||||
|
||||
Reference in New Issue
Block a user