< Previous by Date Date Index Next by Date >
  Thread Index Next in Thread >

[reSIProcate] SdpContents::getBodyData() returns stack pointer


SdpContents::getBodyData() creates a Data object on the stack and attempts
to return it.  This fails at runtime and points to nowhere.  Perhaps this
method needs to be redefined so that the caller passes in a reference to a
Data object that is filled in by the session encoding?

Thanks for your help.

Will McKinley