Details
-
Bug
-
Resolution: Duplicate
-
Medium
-
None
-
None
-
None
-
3
-
9223372036854775807
Description
lnetctl import could lead to:
*** buffer overflow detected ***: terminated Aborted (core dumped)
The buffer used when reading YAML file with fgets in old API is 1 byte too small: we need to store '\0'.
Also wrong length is given to fgets because strlen is called on modified buffer instead of the old one.
Attachments
Issue Links
- duplicates
-
LU-20245 sanity-lnet test_170: Fails with 'Import failed 134'
-
- Resolved
-