Re: [PATCH 0/3] Fix l10n

2017-02-16 Thread Jeff King
On Thu, Feb 16, 2017 at 02:28:26PM +0300, Maxim Moseychuk wrote:

> 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

Thanks for providing a series (and I think this is your first series, so
welcome!).

The overall goal looks good, and I dropped a few comments in reply to
the individual patches.

-Peff


[PATCH 0/3] Fix l10n

2017-02-16 Thread 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