SecAccessFlags map variable causes core dump

Description

The string map variable defined inside EsdlServiceImpl::handleServiceRequest:

    MapStringTo<SecAccessFlags>  methaccessmap = mthdef.queryAccessMap();

Causes a core dump inside the destructor of the variable.

This variable should really be a reference so that it won't create and delete a new instance.

 

 

Conclusion

None

Activity

Show:
Fixed
Pinned fields
Click on the next to a field label to start pinning.

Details

Components

Assignee

Reporter

Priority

Fix versions

Affects versions

Created September 13, 2017 at 7:12 PM
Updated September 15, 2017 at 11:04 AM
Resolved September 15, 2017 at 11:04 AM

Flag notifications