epics-base / pvDataCPP

pvDataCPP is an EPICS V4 C++ module
https://epics-base.github.io/pvDataCPP/
Other
6 stars 16 forks source link

Check for unsafe use of getSubField() #23

Closed dhickin closed 7 years ago

dhickin commented 8 years ago

Check for unsafe uses of getSubField() by testing for null and handling appropriately (returning null, throwing an exception, error status as appropriate) or using getSubFieldT().

mdavidsaver commented 7 years ago

For this TODO item, I think all the work which will be done, has been done.