Opened 9 years ago
Closed 9 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 , 9 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 9 years ago
Owner: | changed from | to
---|
comment:3 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Has this been fixed?