Opened 9 years ago

Closed 8 years ago

#1003 closed defect (fixed)

Uninitialized pointers

Reported by: Georg Semmler Owned by: George Merticariu
Priority: trivial Milestone:
Component: rasnet Version: development
Keywords: Cc:
Complexity: Trivial

Description

RasnetClientComm::transferFormatParams and RasnetClientComm::storageFormatParams are uninitialized on class construction. Both point to random memory locations. If free is called on one of those(e.g. from RasnetClientComm::setTransferFormat or RasnetClientComm::setTransferFormat) this will result in a segmentation fault.

Change History (3)

comment:1 by Dimitar Misev, 8 years ago

Owner: changed from Alex Dumitru to Alex Toader
Status: newassigned

Has this been fixed?

comment:2 by Alex Toader, 8 years ago

Owner: changed from Alex Toader to George Merticariu

comment:3 by George Merticariu, 8 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.