OpenBSD CVS

CVS log for src/usr.bin/mg/undo.c


[BACK] Up to [local] / src / usr.bin / mg

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: OPENBSD_7_2_BASE


Revision 1.58 / (download) - annotate - [select for diffs], Mon Sep 5 08:10:58 2016 UTC (7 years, 8 months ago) by lum
Branch: MAIN
CVS Tags: OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1
Changes since 1.57: +4 -1 lines
Diff to previous 1.57 (colored)

Initialize stack variables to zero before memmove().

    Coverity Scan reported these two stack variables as uninitialized, in
    particular the .r_lineno struct member was uninitialized.  This patch
    clears the 'struct region' rather than setting .r_lineno because if
    any more struct members are added in the future the clear will cover
    them too.

Source Joachim Nilsson. ok tom@ millert@

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.