mirror of https://github.com/BOINC/boinc.git
- Manager (and possibly other components): XML parsing fix
This commit is contained in:
parent
fd8e96ab1b
commit
00d9a22779
|
@ -95,7 +95,7 @@ struct XML_PARSER {
|
|||
return true;
|
||||
}
|
||||
if (strlen(parsed_tag) > TAG_BUF_LEN-10) {
|
||||
return true;
|
||||
parsed_tag[TAG_BUF_LEN-10] = 0;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue