Skip to content

Handling of empty arrays may be broken #12

@ralphlange

Description

@ralphlange

A recently fixed bug in the CA Gateway in a subroutine copied from PCAS suggests that the code in

if ( nativeCount <= 1 ) {
return S_cas_success;
}
breaks the handling of empty arrays.
(See epics-extensions/ca-gateway#56)

If such issues show up, a fix modeled after the CA Gateway fix (epics-extensions/ca-gateway#57) should be tested.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions