Skip to content

Rework Callback::BindImpl() to fix #859

Stefano Avallone requested to merge stavallo/ns-3-dev:fix-sanitize-errors into master

This MR:

  • reworks Callback::BindImpl() to fix #859 (closed)
  • forwards arguments in more places to decrease copy operation
  • fix a wifi issue in WifiPhyOperatingChannel::GetPrimaryChannelNumber() spotted by sanitizers

There are still a couple of issues spotted by running ./test.py with sanitizers enabled. Indeed, the following tests are failing:

  • tcp-header
  • wifi-ac-mapping

Merge request reports