Code review comment for ~dirk.zimoch/epics-base:fix_zero_size_arrays

Revision history for this message
Dirk Zimoch (dirk.zimoch) wrote :

CA links now work as well. It was not necessary to change anything in CA, thus caget did not change.

In dbCa.c dbCaGetLink() are several occations where sevr/stat is set to INVALID/LINK alarm in case of errors. I think that is not necessary. Returning -1 is sufficient. The calling function dbGetLink() already sets INVALID/LINK alarm on error.

« Back to merge proposal