Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Components
Assignee
Richard ChapmanRichard ChapmanReporter
Gavin HallidayGavin HallidayPriority
MinorFix versions
Pull Request URL
Details
Details
Components
Assignee
Richard Chapman
Richard ChapmanReporter
Gavin Halliday
Gavin HallidayPriority
Fix versions
Pull Request URL
Created February 8, 2017 at 2:29 PM
Updated February 10, 2017 at 9:23 AM
Resolved February 10, 2017 at 9:23 AM
Really StringAttr should be using size_t for the length on get and set. It is causing coverity to report some warnings about possible pointer overflow on expressions of the form
See CID 1143189 for one example.
From a quick scan there are a large number of calls to StringAttr::length() which should really be (more effiient) calls to StringAttr::isEmpty(). They should be changed at the same time.