Paul Eggert dadc7f231f diff: avoid sprintf %s
sprintf fails if the result contains more than INT_MAX bytes,
so rework the code to avoid usage of sprintf %s where the
string might be longer than that.
* bootstrap.conf (gnulib_modules): Remove xvasprintf.
* src/diff.c (specify_style):
* src/util.c (begin_output):
Rewrite to avoid sprintf %s.
* src/util.c: Do not include xvasprintf.h.
(concat): Remove, as it uses sprintf %s.  All uses rewritten.
2021-08-22 14:02:22 -07:00
..
2021-08-22 14:02:21 -07:00
2021-08-22 14:02:22 -07:00
2021-08-22 14:02:22 -07:00
2021-08-22 14:02:22 -07:00
2021-08-22 14:02:22 -07:00
2021-08-22 14:02:22 -07:00
2021-08-22 14:02:22 -07:00
2021-08-22 14:02:22 -07:00
2021-08-22 14:02:22 -07:00
2021-08-22 14:02:21 -07:00
2021-08-22 14:02:22 -07:00
2021-08-22 14:02:22 -07:00
2021-08-22 14:02:22 -07:00
2021-08-22 14:02:22 -07:00