avoid SAFE_ALLOCA
commit3bf8db999bd8857a1f8ae10dafe09182f68be58f
authorTom Tromey <tromey@redhat.com>
Fri, 5 Jul 2013 02:02:20 +0000 (4 20:02 -0600)
committerTom Tromey <tromey@redhat.com>
Fri, 5 Jul 2013 02:02:20 +0000 (4 20:02 -0600)
treefd8ec3bbee65626c1cc3c5ca911834ae44f6a6a6
parent9db4b98e1356549d999b342bd449f916c27fea8a
avoid SAFE_ALLOCA

avoid SAFE_ALLOCA in xgselect.c.
in this code it is just as easy to always use malloc;
and it avoids thread-switching problems, as the safe-alloca
stuff implicitly refers to the current thread
src/xgselect.c