Patch 7.4.695

2015-04-13 Thread Bram Moolenaar
Patch 7.4.695 Problem:Out-of-bounds read, dectected by Coverity. Solution: Remember the value of cmap for the first matching encoding. Reset cmap to that value if first matching encoding is going to be used. (Eliseo Martínez) Files: src/hardcopy.c *** ../vim

Re: Patch 7.4.695

2015-04-13 Thread Yasuhiro MATSUMOTO
should be zero cleared? On 4/13/15, Bram Moolenaar wrote: > > Patch 7.4.695 > Problem:Out-of-bounds read, dectected by Coverity. > Solution: Remember the value of cmap for the first matching encoding. > Reset > cmap to that value if first matching encoding is

Re: Patch 7.4.695

2015-04-13 Thread Bram Moolenaar
Yasuhiro Matsumoto wrote: > should be zero cleared? Do you mean your compiler complains about cmap_first used unititialized? -- A M00se once bit my sister ... "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD /// Bram Moolenaar -- b...@moolenaar.net -- http://ww

Re: Patch 7.4.695

2015-04-13 Thread Yasuhiro MATSUMOTO
Yes, I mean it. On 4/14/15, Bram Moolenaar wrote: > > Yasuhiro Matsumoto wrote: > >> should be zero cleared? > > Do you mean your compiler complains about cmap_first used unititialized? > > > -- > A M00se once bit my sister ... > "Monty Python and the Holy Grail" PYTHON (MONTY) P