Skip to content

CSV Reader copies config pointer directly rather than using csv_config_copy #10

Description

@Kwanddwo

In both csv_reader_init_standalone and csv_reader_init_with_config, the csv reader always copies the csv config pointer instead of copying it via csv_config_copy. This means that the reader's behaviour can change mid-stream if the config is changed.

Note: The writer copies the config correctly via csv_config_copy

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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