git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [PATCH V2 0/2] Fix l10n
@ 2017-02-16 17:07 Maxim Moseychuk
  2017-02-16 17:07 ` [PATCH V2 1/2] bisect_next_all: convert xsnprintf to xstrfmt Maxim Moseychuk
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Maxim Moseychuk @ 2017-02-16 17:07 UTC (permalink / raw)
  To: git; +Cc: peff, jonathantanmy, Maxim Moseychuk

In some places static size buffers can't store formatted string.
If it be happen then git die.

Jonathan Tan: Thanks a lot for your help.

Maxim Moseychuk (2):
  bisect_next_all: convert xsnprintf to xstrfmt
  stop_progress_msg: convert xsnprintf to xstrfmt

 bisect.c   | 9 +++++----
 progress.c | 9 +++------
 2 files changed, 8 insertions(+), 10 deletions(-)

--
2.11.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-02-17  1:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-16 17:07 [PATCH V2 0/2] Fix l10n Maxim Moseychuk
2017-02-16 17:07 ` [PATCH V2 1/2] bisect_next_all: convert xsnprintf to xstrfmt Maxim Moseychuk
2017-02-16 17:07 ` [PATCH V2 2/2] stop_progress_msg: " Maxim Moseychuk
2017-02-16 23:33 ` [PATCH V2 0/2] Fix l10n Junio C Hamano
2017-02-16 23:37   ` Unknown
2017-02-17  1:16     ` Junio C Hamano

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).