> On Tue, Mar 04, 2014 at 12:11:59PM +0000, Izumi Tsutsui wrote: > > Module Name: xsrc > > Committed By: tsutsui > > Date: Tue Mar 4 12:11:59 UTC 2014 > > > > Modified Files: > > xsrc/external/mit/xorg-server/dist/hw/netbsd/x68k: x68kConfig.c > > x68kGraph.c > > > > Log Message: > > Replace xalloc(), xrealloc() and xfree() with malloc(), realloc() and > > free(). > > Lack of error checking?
http://nxr.netbsd.org/xref/xsrc/external/mit/xorg-server/dist/include/os.h?r=1.6#76 http://nxr.netbsd.org/xref/xsrc/external/mit/xorg-server/dist/os/utils.c?r=1.6#1038 No luck anyway. --- Izumi Tsutsui