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
: ns-3
simulation core
: pre-release
: PC Linux
: P1 blocker
Assigned To:
:
:
:
:
  Show dependency treegraph
 
Reported: 2007-05-19 08:33 EDT by
Modified: 2008-07-01 13:32 EDT (History)


Attachments


Note

You need to log in before you can comment on or make changes to this bug.


Description From 2007-05-19 08:33:39 EDT
Clearly, we should not be exporting a raw pointer.

We could trivially return a value there.