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

Production-harden code #341

Open
brettkettering opened this issue Feb 18, 2014 · 0 comments
Open

Production-harden code #341

brettkettering opened this issue Feb 18, 2014 · 0 comments
Labels

Comments

@brettkettering
Copy link
Contributor

We need to go through the code and look for places where hard coded constants are used, array index constraints are not checked, etc. and fix these. Some of these things allow run-time errors to occur that are not detected by the C run-time environment.

There is at least one place in the ad_plfs layer where a "define" constant controls the debugging output. This needs to be converted to the mlog system so that we can turn-on and -off debugging output at run-time instead of compile-time.

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