Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/external/mit/xorg/lib/libxcb/xinput
Module Name: src
Committed By: mrg
Date: Tue Sep 5 04:16:56 UTC 2023
Modified Files:
src/external/mit/xorg/lib/libxcb/xinput: Makefile
Log Message:
turn off -Walloc-size-larger-than for xinput.c
on 32-bit platforms, an expression claims the input can exceed 2G,
more than malloc() can take. i'm pretty sure that the maximum is
actually quite a lot less (seems to be max 255*12 plus <100.)
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/mit/xorg/lib/libxcb/xinput/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index