# HG changeset patch # User Richard M. Stallman # Date 745103293 0 # Node ID 503af6aa135b8665268cbf15cf12acfc55568674 # Parent 5a2c0c38a0a1547ebe393a2e6b3688bf84a4e7ec (verify_overlay_modification): initialize endpos. diff -r 5a2c0c38a0a1 -r 503af6aa135b src/buffer.c --- a/src/buffer.c Wed Aug 11 21:01:20 1993 +0000 +++ b/src/buffer.c Wed Aug 11 21:08:13 1993 +0000 @@ -1946,6 +1946,7 @@ ostart = OVERLAY_START (overlay); oend = OVERLAY_END (overlay); startpos = OVERLAY_POSITION (ostart); + endpos = OVERLAY_POSITION (oend); if (XFASTINT (end) < startpos) break; if (XFASTINT (end) == startpos && insertion)