Skip to content
Snippets Groups Projects
Commit 47facd6d authored by Enrico Guiraud's avatar Enrico Guiraud
Browse files

[IO] Fix out of bounds read in TClassEdit

When doing I/O of RVec objects, TClassEdit::STLArgs was accessing
an element one after the end of a static array. asan rightly complains.

This commit fixes https://github.com/root-project/root/issues/7903,
which contains more details.
parent cf16ed71
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment