diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2013-08-14 11:58:48 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2013-08-14 11:58:48 +0000 |
commit | c17dedd527a9469df04c893b54103f6a5123fd1b (patch) | |
tree | 90b50d603b396eb9166ec2701cddd1daee75386d /x11-servers | |
parent | 05357870661df84dbdf4381b18c3e914b31ad9cc (diff) | |
download | ports-c17dedd527a9469df04c893b54103f6a5123fd1b.tar.gz ports-c17dedd527a9469df04c893b54103f6a5123fd1b.zip |
Notes
Diffstat (limited to 'x11-servers')
-rw-r--r-- | x11-servers/xorg-server/files/extra-clang | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/x11-servers/xorg-server/files/extra-clang b/x11-servers/xorg-server/files/extra-clang index 359e55e0b8f4..7f22a529561c 100644 --- a/x11-servers/xorg-server/files/extra-clang +++ b/x11-servers/xorg-server/files/extra-clang @@ -73,3 +73,26 @@ struct PointerBarrier *nearest = NULL; double min_distance = INT_MAX; /* can't get higher than that in X anyway */ +--- hw/xfree86/parser/InputClass.c.orig 2013-07-04 11:45:42.139818164 +0200 ++++ hw/xfree86/parser/InputClass.c 2013-07-04 11:46:29.034806839 +0200 +@@ -362,7 +362,8 @@ + XF86ConfInputClassPtr prev; + + while (ptr) { +- xf86MatchGroup *group, *next; ++ xf86MatchGroup *group = NULL; ++ xf86MatchGroup *next; + char **list; + + TestFree(ptr->identifier); +--- hw/xfree86/loader/loadmod.c.orig 2013-07-04 11:48:11.160800614 +0200 ++++ hw/xfree86/loader/loadmod.c 2013-07-04 11:48:32.000800157 +0200 +@@ -472,7 +472,7 @@ + char **elem; + const char **subdirs; + const char **s; +- PatternPtr patterns; ++ PatternPtr patterns = NULL; + PatternPtr p; + DIR *d; + struct dirent *dp; |