From 5259e6156bdbad192116a650e1b558f67e16171f Mon Sep 17 00:00:00 2001 From: dcnieho 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: https://svn.code.sf.net/p/freeglut/code/trunk@1765 7f0cb862-5218-0410-a997-914c9d46530a --- freeglut/freeglut/src/mswin/fg_spaceball_mswin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freeglut/freeglut/src/mswin/fg_spaceball_mswin.c b/freeglut/freeglut/src/mswin/fg_spaceball_mswin.c index 277b648..f9bad24 100644 --- a/freeglut/freeglut/src/mswin/fg_spaceball_mswin.c +++ b/freeglut/freeglut/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.