CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2026/06/19 08:45:26

Modified files:
        usr.bin/vi/common: exf.c exf.h line.c 
        usr.bin/vi/include: com_extern.h 

Log message:
Allocate a buffer for the line cache instead of reaching into db data.

Previously, vi used the db internal data buffer directly.  Fixes a
problem where the line cache could become corrupted when the db
data changes out from under it.  From Walter Alejandro Iglesias.

Reply via email to