The command line parsing code for the "-maxbigreqsize" option uses a wrong datatype - |int| instead of |long| which (theoretically) may cause problems for 16bit platforms.
Created attachment 979 [details] [review] [FIXED_X11R68x] Patch for 2004-09-22-trunk
Patch checked-in... /cvs/xorg/xc/ChangeLog,v <-- ChangeLog new revision: 1.404; previous revision: 1.403 /cvs/xorg/xc/programs/Xserver/os/utils.c,v <-- utils.c new revision: 1.9; previous revision: 1.8 Mailing the commit message to xorg-commit@pdx.freedesktop.org... .. marking bug as FIXED.
Comment on attachment 979 [details] [review] [FIXED_X11R68x] Patch for 2004-09-22-trunk Requesting approval for X11R6.8.2: Simple datatype change s/int/long/ for correctness.
Comment on attachment 979 [details] [review] [FIXED_X11R68x] Patch for 2004-09-22-trunk Approved for the X11R6.8.x branch in the 2004-11-17 release-wranglers phone call. Please don't commit it yourself, I'll handle that once the CVS service is available again.
Comment on attachment 979 [details] [review] [FIXED_X11R68x] Patch for 2004-09-22-trunk patch checked-in into X11R6.8.x stable branch: /cvs/xorg/xc/ChangeLog,v <-- ChangeLog new revision: 1.365.2.13; previous revision: 1.365.2.12 cvs commit: Using deprecated info format strings. Convert your scripts to use the new argument format and remove '1's from your info file format strings. /cvs/xorg/xc/programs/Xserver/os/utils.c,v <-- utils.c new revision: 1.6.2.2; previous revision: 1.6.2.1 cvs commit: Using deprecated info format strings. Convert your scripts to use the new argument format and remove '1's from your info file format strings. Mailing the commit message to xorg-commit@lists.freedesktop.org...
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.