Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bb300e0c authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ubi: Use UBI_MAX_VOLUME_NAME for printing ubi volume names"

parents 1379f4d5 dfe4a47b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -86,7 +86,7 @@ static ssize_t vol_attribute_show(struct device *dev,
		}
		ret = scnprintf(buf, size, "%s\n", tp);
	} else if (attr == &attr_vol_name)
		ret = scnprintf(buf, vol->name_len + 1, "%s\n",
		ret = scnprintf(buf, UBI_MAX_VOLUME_NAME + 1, "%s\n",
				vol->name);
	else if (attr == &attr_vol_corrupted)
		ret = scnprintf(buf, sizeof(int), "%d\n",