reading links or attributes as char array of length 1 crashes ioc
Bug #1714241 reported by
Dirk Zimoch
This bug report is a duplicate of:
Bug #1678494: IOC crashes for DBR_CTRL_CHAR request with 1 array element.
Edit
Remove
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
EPICS Base |
New
|
Undecided
|
Unassigned |
Bug Description
This crashes a 3.15.5 ioc:
caget -#1 somerecord.VERS$
caget -#1 somerecord.RTYP$
caget -#1 somerecord.INP$
caget -#1 somerecord.FLNK$
But this works:
caget -#1 somerecord.NAME$
3.16.1 is fine.
To post a comment you must log in.
Can you re-test with the latest 3.15 branch from VCS? I think you have found lp:1678494