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
In both
csv_reader_init_standaloneandcsv_reader_init_with_config, the csv reader always copies the csv config pointer instead of copying it viacsv_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