CVSROOT: /home/x-cvs
Module name: xc
Changes by: [EMAIL PROTECTED] 02/12/03 09:16:22
Log message:
Fix wrong check for overflow in xf86parseMonitorSection().
I noticed some cases where it was "properly writting" XF86Config
but overflowing when reading. The problem is that some languages,
like portuguese uses "," instead of "." for LC_NUMERIC, but ","
has special meaning in the Monitor Section.
I'm not sure if it is job of libxf86config to make sure LC_NUMERIC
is set to either C or POSIX, so, this patch just fixes the crash
conditions.
Modified files:
xc/programs/Xserver/hw/xfree86/parser/:
Monitor.c
Revision Changes Path
1.25 +2 -2 xc/programs/Xserver/hw/xfree86/parser/Monitor.c
_______________________________________________
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit