commit | b495b4872a53b8d638eb13edbd3168b59bf2773a | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Fri Apr 29 14:17:04 2022 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Fri May 13 13:30:30 2022 -0700 |
tree | 3df8a0de18263cff759122191f4af37e86620d5c | |
parent | 7a3a2bf7020d852cf2b2e61e54c2257ec1412bc3 [diff] |
xfs_db: fix a complaint about a printf buffer overrun gcc 11 warns that stack_f doesn't allocate a sufficiently large buffer to hold the printf output. I don't think the io cursor stack is really going to grow to 4 billion levels deep, but let's fix this anyway. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Eric Sandeen <sandeen@redhat.com>