Details
-
Bug
-
Resolution: Fixed
-
Critical
-
Lustre 2.16.0, Lustre 2.17.0
-
None
-
3
-
9223372036854775807
Description
Certain nid character arrays in the liblustreapi do not accommodate for nidlists larger than >256 characters due to using MAX_LINE_LEN for its size. This causes further issues in get_root_path() that can result in a buffer overflow during a string copy.