We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
nccl/src/graph/xml.cc
Line 57 in 1672c85
int o = 0; do { NCCLCHECK(xmlGetChar(file, &c)); value[o++] = c; } while (c != '"');
node attribute has limited size of 256 bytes. It's better to check read length here to avoid unexpected error.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
nccl/src/graph/xml.cc
Line 57 in 1672c85
node attribute has limited size of 256 bytes. It's better to check read length here to avoid unexpected error.
The text was updated successfully, but these errors were encountered: