Bug 28 - GetRoute returns a raw pointer in the public API in src/node/ipv4.h
GetRoute returns a raw pointer in the public API in src/node/ipv4.h
Status: RESOLVED FIXED
Product: ns-3
Classification: Unclassified
Component: core
pre-release
PC Linux
: P1 blocker
Assigned To: ns-bugs
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2007-05-19 08:33 UTC by Mathieu Lacage
Modified: 2008-07-01 13:32 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mathieu Lacage 2007-05-19 08:33:39 UTC
Clearly, we should not be exporting a raw pointer.

We could trivially return a value there.