view src/testdir/test77a.com @ 25907:637588377056 v8.2.3487

patch 8.2.3487: illegal memory access if buffer name is very long Commit: https://github.com/vim/vim/commit/826bfe4bbd7594188e3d74d2539d9707b1c6a14b Author: Bram Moolenaar <Bram@vim.org> Date: Fri Oct 8 18:39:28 2021 +0100 patch 8.2.3487: illegal memory access if buffer name is very long Problem: Illegal memory access if buffer name is very long. Solution: Make sure not to go over the end of the buffer.
author Bram Moolenaar <Bram@vim.org>
date Fri, 08 Oct 2021 19:45:04 +0200
parents 47a673b20e49
children
line wrap: on
line source

$! test77a - help file creating checksum on VMS
$! Created by Zoltan Arpadffy
$
$ IF P1 .NES. ""
$ THEN
$    checksum 'P1'
$    show symb CHECKSUM$CHECKSUM
$ ENDIF