From f92518b68600fb6c724efe74179ff3beebb80833 Mon Sep 17 00:00:00 2001 From: Jinrong Xie Date: Mon, 29 Jun 2015 10:09:33 +0000 Subject: [PATCH] fixed unsafe usage of malloc() pointed out by jtsiomb. (cherry picked from commit 16bc9077353d8c08e5214ec09288ec03f53aed97) (cherry picked from commit 16bc9077353d8c08e5214ec09288ec03f53aed97) git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@1765 7f0cb862-5218-0410-a997-914c9d46530a --- src/mswin/fg_spaceball_mswin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mswin/fg_spaceball_mswin.c b/src/mswin/fg_spaceball_mswin.c index 277b648..f9bad24 100644 --- a/src/mswin/fg_spaceball_mswin.c +++ b/src/mswin/fg_spaceball_mswin.c @@ -30,7 +30,7 @@ */ /* - * Modified by Jinrong Xie (stonexjr@gmail.com) 12/24/2014 + * Modified by Jinrong Xie 12/24/2014 * for Space Navigator support on Windows. * This code is enhanced by at least supporting 3Dconnexion's * six degree of freedom navigator. -- 1.7.10.4