epics-extensions / ca-gateway

Channel Access PV Gateway
http://www.aps.anl.gov/epics/extensions/gateway/
Other
19 stars 18 forks source link

Resize value member before copying #36

Closed smarsching closed 3 years ago

smarsching commented 3 years ago

This PR fixes issue #33 by ensuring that the target GDD has enough space to accept all elements before copying the value from a source GDD.

In addition to that, this PR adresses two other issues that I found while investigating the issue mentioned earlier:

Some implementation notes:

ralphlange commented 3 years ago

Thanks again for that fix. Highly appreciated. I will roll this into a new release after looking at Andrew's recent issue #37.