]> git.eshelyaron.com Git - emacs.git/commit
Prefer snprintf to sprintf in image.c
authorStefan Kangas <stefankangas@gmail.com>
Tue, 21 Jan 2025 23:47:02 +0000 (00:47 +0100)
committerEshel Yaron <me@eshelyaron.com>
Thu, 23 Jan 2025 10:25:01 +0000 (11:25 +0100)
commit4e7b1aa7aed4779313abea07b042afea4cedfe53
tree5c2faf62d0426b848e8a49d9df1734e382957774
parented8af2ec0e0e884eb91e3bfd26a0ee131e2f25f4
Prefer snprintf to sprintf in image.c

* src/image.c (image_background, image_build_heuristic_mask)
(png_load_body): Prefer snprintf to sprintf.

(cherry picked from commit cdcfffd50a61058b135ddca1f748a5a20a7da32e)
src/image.c