Fix segfault on complex pointer formatting (#642)
This commit is contained in:
@@ -1761,3 +1761,7 @@ void convert(int);
|
||||
TEST(FormatTest, ConvertCollision) {
|
||||
fmt::format("{}", 42);
|
||||
}
|
||||
|
||||
TEST(FormatTest, Regression) {
|
||||
fmt::format("...........{:<77777.7p}", "foo");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user