> Can you link an example?
https://github.com/search?q=org%3Aepics-modules+iocshArgPersistentString&type=code I get 2 results in epics-modules, one from drvIpac and one from caPutLog:
https://github.com/epics-modules/ipac/blob/5efbc9e70231c5e5dd49ba90c8532dcc808e9e39/drvTip810/drvTip810.c#L1450 This code is not currently NULL-safe, https://github.com/epics-modules/ipac/issues/9
https://github.com/epics-modules/caPutLog/blob/02ba23271650b4c4a719aadb69d393eb79aab2c8/caPutLogApp/caPutLogShellCommands.c#L39 Recently merged code by Dirk, this does handle NULLs properly.
This particular bug has been resolved now though.
> Can you link an example?
https:/ /github. com/search? q=org%3Aepics- modules+ iocshArgPersist entString& type=code
I get 2 results in epics-modules, one from drvIpac and one from caPutLog:
https:/ /github. com/epics- modules/ ipac/blob/ 5efbc9e70231c5e 5dd49ba90c8532d cc808e9e39/ drvTip810/ drvTip810. c#L1450 /github. com/epics- modules/ ipac/issues/ 9
This code is not currently NULL-safe, https:/
https:/ /github. com/epics- modules/ caPutLog/ blob/02ba232716 50b4c4a719aadb6 9d393eb79aab2c8 /caPutLogApp/ caPutLogShellCo mmands. c#L39
Recently merged code by Dirk, this does handle NULLs properly.
This particular bug has been resolved now though.