]> git.eshelyaron.com Git - emacs.git/commit
Pacify GCC 7 with -Wformat-overflow
authorKen Brown <kbrown@cornell.edu>
Sat, 21 Jul 2018 16:15:22 +0000 (12:15 -0400)
committerKen Brown <kbrown@cornell.edu>
Sat, 21 Jul 2018 16:18:45 +0000 (12:18 -0400)
commitf3f67cf0b9a6388d423e048a7aafad2eb531b5a5
treea52c698dd8df796d4faa0b9fca40727589c7e5c8
parentd12215324bb201d5f8c9e2b52c9b8d2abf30b1f4
Pacify GCC 7 with -Wformat-overflow

* src/w32term.c (x_draw_glyphless_glyph_string_foreground):
Force sprintf to write at most 6 bytes, excluding the
terminating null byte.
src/w32term.c