Merge branch 'rs/vsnprintf-failure-is-not-a-bug'
commitc9d1ee7cdf08f8915ed4fdd9571ecf901d074e85
authorJunio C Hamano <gitster@pobox.com>
Thu, 25 Apr 2024 17:34:23 +0000 (25 10:34 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 25 Apr 2024 17:34:23 +0000 (25 10:34 -0700)
tree38fd535bff95c22436dea886b615084d73e7cd09
parent9f32d8da7aa3ec577cd47b8ce6cd05895b943626
parent0283cd5161561b29951c00697679c10b454e541a
Merge branch 'rs/vsnprintf-failure-is-not-a-bug'

Demote a BUG() to an die() when the failure from vsnprintf() may
not be due to a programmer error.

* rs/vsnprintf-failure-is-not-a-bug:
  don't report vsnprintf(3) error as bug