ChangeSet ID: 17127 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/04/18 05:30:57
Modified files: tools : sfnt2fnt.c programs/winecfg: drivedetect.c dlls/winmm/wineoss: audio.c dlls/wininet : utility.c internet.c dialogs.c dlls/winedos : int21.c dlls/user : edit.c dlls/shell32 : systray.c shlexec.c shellpath.c shelllink.c debughlp.c dlls/quartz : filtermapper.c dlls/oledlg : insobjdlg.c dlls/msvideo : msvideo16.c mciwnd.c dlls/msvcrt : locale.c dlls/msi : cond.y dlls/itss : chm_lib.c dlls/gdi : freetype.c font.c dlls/dmstyle : style.c dlls/dmscript : script.c dlls/dmloader : loaderstream.c dlls/dmime : segment.c graph.c audiopath.c dlls/dmcompos : chordmap.c dlls/dmband : band.c dlls/devenum : parsedisplayname.c dlls/commdlg : filedlg.c dlls/comctl32 : tooltips.c
Log message: Peter Berg Larsen pebl@math.ku.dk Replace strncpy with memcpy or lstrcpyn.
Patch: http://cvs.winehq.org/patch.py?id=17127
Old revision New revision Changes Path 1.3 1.4 +4 -3 wine/tools/sfnt2fnt.c 1.5 1.6 +1 -1 wine/programs/winecfg/drivedetect.c 1.159 1.160 +1 -1 wine/dlls/winmm/wineoss/audio.c 1.25 1.26 +1 -0 wine/dlls/wininet/utility.c 1.122 1.123 +8 -1 wine/dlls/wininet/internet.c 1.9 1.10 +1 -1 wine/dlls/wininet/dialogs.c 1.76 1.77 +1 -1 wine/dlls/winedos/int21.c 1.22 1.23 +8 -6 wine/dlls/user/edit.c 1.28 1.29 +1 -2 wine/dlls/shell32/systray.c 1.62 1.63 +2 -2 wine/dlls/shell32/shlexec.c 1.100 1.101 +5 -5 wine/dlls/shell32/shellpath.c 1.89 1.90 +1 -1 wine/dlls/shell32/shelllink.c 1.21 1.22 +2 -2 wine/dlls/shell32/debughlp.c 1.20 1.21 +1 -1 wine/dlls/quartz/filtermapper.c 1.3 1.4 +1 -1 wine/dlls/oledlg/insobjdlg.c 1.13 1.14 +5 -3 wine/dlls/msvideo/msvideo16.c 1.20 1.21 +2 -2 wine/dlls/msvideo/mciwnd.c 1.25 1.26 +7 -7 wine/dlls/msvcrt/locale.c 1.16 1.17 +1 -1 wine/dlls/msi/cond.y 1.5 1.6 +1 -1 wine/dlls/itss/chm_lib.c 1.83 1.84 +5 -5 wine/dlls/gdi/freetype.c 1.9 1.10 +1 -1 wine/dlls/gdi/font.c 1.14 1.15 +3 -3 wine/dlls/dmstyle/style.c 1.19 1.20 +3 -3 wine/dlls/dmscript/script.c 1.13 1.14 +1 -1 wine/dlls/dmloader/loaderstream.c 1.23 1.24 +3 -3 wine/dlls/dmime/segment.c 1.13 1.14 +3 -3 wine/dlls/dmime/graph.c 1.16 1.17 +3 -3 wine/dlls/dmime/audiopath.c 1.12 1.13 +3 -3 wine/dlls/dmcompos/chordmap.c 1.17 1.18 +3 -3 wine/dlls/dmband/band.c 1.8 1.9 +5 -3 wine/dlls/devenum/parsedisplayname.c 1.101 1.102 +1 -1 wine/dlls/commdlg/filedlg.c 1.77 1.78 +1 -1 wine/dlls/comctl32/tooltips.c