|
Bugzilla – Full Text Bug Listing |
| Summary: | WifiInformationElement::DeserializeIfPresent attempts to read beyond the end of buffer | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Tom Henderson <tomh> |
| Component: | wifi | Assignee: | sebastien.deronne |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | ns-bugs, tommaso.pecorella |
| Priority: | P3 | ||
| Version: | pre-release | ||
| Hardware: | PC | ||
| OS: | Linux | ||
|
Description
Tom Henderson
2015-08-27 17:39:41 UTC
+1. At first I was wondering why DeserializeIfPresent was going to be called on an empty buffer, and if the check could be moved in the caller function. However, It seems that the check in DeserializeIfPresent is the most clean solution. committed in changeset 11630:aba589d21bce |