view pixmaps/tb_save.xpm @ 27082:360a6a1ca9dd v8.2.4070

patch 8.2.4070: using uninitialized memory when reading empty file Commit: https://github.com/vim/vim/commit/f5d639a8af719eb8ecb141b5c0890627e4d83134 Author: Dominique Pelle <dominique.pelle@gmail.com> Date: Wed Jan 12 15:24:40 2022 +0000 patch 8.2.4070: using uninitialized memory when reading empty file Problem: Using uninitialized memory when reading empty file. Solution: Check for empty file before checking for NL. (Dominique Pell?, closes #9511)
author Bram Moolenaar <Bram@vim.org>
date Wed, 12 Jan 2022 16:30:07 +0100
parents 3fc0f57ecb91
children
line wrap: on
line source

/* XPM */
static char * tb_save_xpm[] = {
/* width height ncolors cpp [x_hot y_hot] */
"18 18 5 1 0 0",
/* colors */
" 	s none	m none	c none",
".	s iconColor1	m black	c #000000",
"X	s iconGray2	m none	c #bdbdbd",
"o	s iconColor2	m none	c #FFFFFF",
"O	s bottomShadowColor	m black	c #5D6069",
/* pixels */
"                  ",
" ..............   ",
" .X.oooooooo.o.   ",
" .X.oooooooo...O  ",
" .X.oooooooo.X.O  ",
" .X.oooooooo.X.O  ",
" .X.oooooooo.X.O  ",
" .X.oooooooo.X.O  ",
" .XX........XX.O  ",
" .XXXXXXXXXXXX.O  ",
" .XX.........X.O  ",
" .XX......oo.X.O  ",
" .XX......oo.X.O  ",
" .XX......oo.X.O  ",
"  .............O  ",
"   OOOOOOOOOOOOO  ",
"                  ",
"                  "};