Skip to content

Question: default fillValue for NC_VLEN types? #2068

@krisfed

Description

@krisfed

Based on discussion here #1011 , I thought the default fill value for NC_VLEN types would be a single nc_vlen_t struct value with len=0, and p=NULL.

But when I use nc_inq_var_fill() on a freshly created NC_VLEN variable, I am seeing that by default the fill value is turned off (no_fill is 1), so then of course the returned fill value pointer is not pointing at anything useful.

I just wanted to double-check that this is behaving as expected. Let me know if this looks like a bug, and I can put together some reproduction code.

I am using 4.7.4 version.

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