Skip to content

Increased config.txt buffer size x4#1

Merged
CDLlo merged 1 commit into
masterfrom
COMM-713
Feb 20, 2020
Merged

Increased config.txt buffer size x4#1
CDLlo merged 1 commit into
masterfrom
COMM-713

Conversation

@CDLlo

@CDLlo CDLlo commented Feb 20, 2020

Copy link
Copy Markdown

The program used to allocate only 4096 bytes to read from the config.txt file, anything else was truncated. This fix increases the buffer size to 16384 to allow for larger config files.

To allow for larger config files the char buffer allocated for reading them was increased from 4096 bytes to 16384 bytes.
@CDLlo
CDLlo requested a review from codyherzog-zz February 20, 2020 21:30

@codyherzog-zz codyherzog-zz left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@CDLlo
CDLlo merged commit a13ed60 into master Feb 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants