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

Client-specific options table doesn't work with > 3 entries #1

Open
KeithMoyer opened this issue Aug 30, 2011 · 1 comment
Open

Client-specific options table doesn't work with > 3 entries #1

KeithMoyer opened this issue Aug 30, 2011 · 1 comment
Assignees
Labels
Milestone

Comments

@KeithMoyer
Copy link
Owner

The ccd_val nvram variable stores all of the table entries. When it is read in, it's copied to the local buffer, which is limited to 128 bytes, in one shot. This is enough for 3, but not 4, entries. The CCD parsing logic should be reworked to only copy one entry or one field into the local buffer at a time.

@ghost ghost assigned KeithMoyer Aug 30, 2011
@KeithMoyer
Copy link
Owner Author

Progress note: first pass completed in local repo, completely untested.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant