All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Fix l10n
@ 2017-02-16 11:28 Maxim Moseychuk
  2017-02-16 11:28 ` [PATCH 1/3] add git_psprintf helper function Maxim Moseychuk
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Maxim Moseychuk @ 2017-02-16 11:28 UTC (permalink / raw)
  To: git; +Cc: peff, Maxim Moseychuk

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

Maxim Moseychuk (3):
  add git_psprintf helper function
  bisect_next_all: convert xsnprintf to git_psprintf
  stop_progress_msg: convert xsnprintf to git_psprintf

 bisect.c          |  9 +++++----
 git-compat-util.h |  3 +++
 progress.c        |  9 +++------
 wrapper.c         | 19 +++++++++++++++++++
 4 files changed, 30 insertions(+), 10 deletions(-)

-- 
2.11.1


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

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

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-16 11:28 [PATCH 0/3] Fix l10n Maxim Moseychuk
2017-02-16 11:28 ` [PATCH 1/3] add git_psprintf helper function Maxim Moseychuk
2017-02-16 15:51   ` Jonathan Tan
2017-02-16 17:03     ` Jeff King
2017-02-16 11:28 ` [PATCH 2/3] bisect_next_all: convert xsnprintf to git_psprintf Maxim Moseychuk
2017-02-16 17:14   ` Jeff King
2017-02-16 11:28 ` [PATCH 3/3] stop_progress_msg: " Maxim Moseychuk
2017-02-16 17:26   ` Jeff King
2017-02-16 17:27 ` [PATCH 0/3] Fix l10n Jeff King

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.