Skip to content

Sanity checks #15

Description

@pontacko

Hello,

SDConfig.h:

uint8_t _valueIndex;     // position in _line[] where the value starts
			//  (or -1 if none)

unsigend integer 8-bit (0-255)

SDConfig.cpp:
_valueIndex = -1;
overflow to 255

if (_valueIndex < 0) {
will never happen?!

regards & thanks for this project

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions