xserver-multidpi/hw/xfree86/utils
Alan Coopersmith b96dc99996 Add XNFcallocarray() to allow xnfcalloc() to check for overflow
The xnfcalloc() macro took two arguments but simply multiplied them
together without checking for overflow and defeating any overflow
checking that calloc() might have done.  Let's not do that.

The original XNFcalloc() function is left for now to preserve driver
ABI, but is marked as deprecated so it can be removed in a future round
of ABI break/cleanup.

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
2015-04-21 16:57:07 -07:00
..
cvt Add XNFcallocarray() to allow xnfcalloc() to check for overflow 2015-04-21 16:57:07 -07:00
gtf Drop trailing whitespaces 2014-11-12 10:25:00 +10:00
man cvt man page should use Hz, not kHz, for vertical refresh rate 2012-05-18 15:00:47 -07:00
Makefile.am XFree86 utils: build utils man pages using XORG_MANPAGE_SECTIONS 2011-01-18 15:10:32 -08:00