Unverified Commit a5814e5e authored by openeuler-ci-bot's avatar openeuler-ci-bot Committed by Gitee
Browse files

!5329 UBSAN: array-index-out-of-bounds in dtSplitRoot

parents 8f9cd07d 5501edfe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1970,7 +1970,7 @@ static int dtSplitRoot(tid_t tid,
		do {
			f = &rp->slot[fsi];
			fsi = f->next;
		} while (fsi != -1);
		} while (fsi >= 0);

		f->next = n;
	}