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

!9364 fs/ntfs3: Use variable length array instead of fixed size

parents 1f405ae8 584499f9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -59,7 +59,7 @@ struct GUID {
struct cpu_str {
	u8 len;
	u8 unused;
	u16 name[10];
	u16 name[];
};

struct le_str {