buggood first issue
Repository metrics
- Stars
- (203 stars)
- PR merge metrics
- (PR metrics pending)
Description
while(!FEof()) {
Printf("Parsing the %d-th TLV structure", ++count);
struct {
string type;
int length;
char value[length;
} tlv;
}
the char value[length; line is missing the ending ]