Details
-
Bug
-
Resolution: Fixed
-
Blocker
-
Lustre 2.8.0
-
None
-
3
-
9223372036854775807
Description
out_read() uses fields from both the update and rdbuf members of the tti_u union in struct tgt_thread_info. This can lead to data corruption since those fields of the union are overlapping in memory.