Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

influxdb: fix http response parsing, refactor module scope #2153

Merged
merged 1 commit into from
Feb 18, 2020

Conversation

mcspr
Copy link
Collaborator

@mcspr mcspr commented Feb 17, 2020

fix #2152

fix strncmp going out-of-intended-bounds
(forgetting '\0', because char var[] = "abcde"; sizeof(var) != strlen(var))

change scope of variables a bit

@mcspr mcspr merged commit be7ca13 into xoseperez:dev Feb 18, 2020
@mcspr mcspr deleted the idb/parsing branch February 18, 2020 09:16
@mcspr mcspr added this to the 1.14.2 milestone Mar 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

InfluxDB: measurements created, but no data
1 participant