]> git.pld-linux.org Git - packages/XFree86.git/blob - XFree86-xtt-null-pointer.patch
- added Requires(post,postun) to -libs
[packages/XFree86.git] / XFree86-xtt-null-pointer.patch
1 --- XFree86-4.2.0/xc.old/extras/X-TrueType/xttfuncs.c   Tue Dec 18 12:23:55 2001
2 +++ XFree86-4.2.0/xc/extras/X-TrueType/xttfuncs.c       Tue Apr  2 23:31:14 2002
3 @@ -1100,7 +1100,7 @@
4                                  char_width);
5                  }
6  
7 -            if (!tmpchar->characterWidth)
8 +            if (!tmpchar || !tmpchar->characterWidth)
9                  continue;
10  
11                  adjust_min_max(&minchar, &maxchar, tmpchar);
This page took 0.062372 seconds and 3 git commands to generate.