diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2006-03-11 02:10:14 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2006-03-11 02:10:14 +0000 |
commit | fc0772de36315f19f5b57220db69f48a3b1fdc9a (patch) | |
tree | 695349cb0e0d0e54ac1bf9f4bcc629c24e15969f /ChangeLog | |
parent | f2ecbb30187000547a98ca7cbaee433ea4ba8fe3 (diff) |
Add HAS_MMAP for Xvfb
Fix Xvfb option parsing to exit on bad arguments, not just issue error
messages and continue on. (Coverity #492)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,5 +1,15 @@ 2006-03-10 Alan Coopersmith <alan.coopersmith@sun.com> + * configure.ac: + * include/dix-config.h.in: + Add HAS_MMAP for Xvfb + + * hw/vfb/InitOutput.c (ddxProcessArgument): + Fix Xvfb option parsing to exit on bad arguments, not just issue + error messages and continue on. (Coverity #492) + +2006-03-10 Alan Coopersmith <alan.coopersmith@sun.com> + * hw/xfree86/utils/xorgcfg/options.c: Pass sizeof the correct buffer to XmuSnprintf. (Coverity #489) |