Ticket #54 (new task)

Opened 3 years ago

Last modified 1 year ago

Investigate ParseMsg instantiation behavior

Reported by: mekstran Assigned to: everybody
Priority: major Milestone:
Component: BambooLib Version:
Keywords: Cc:
Blocking:

Description

ParseMsg? indicates that it takes ownership of the character buffer passed to it upon instantiation; it is not defined what happens to the character buffer if instantiation fails.

That should be ivestigated, defined, and corrected if necessary.