Update of bug #23960 (project make): Status: None => Fixed Assigned to: None => psmith Open/Closed: Open => Closed Fixed Release: None => CVS
_______________________________________________________ Follow-up Comment #1: We definitely don't want to be using alloca() to hold variable values since they can get very large; alloca() is only for things which we know will be small. Fixed to use xmalloc'd memory. _______________________________________________________ Reply to this item at: <http://savannah.gnu.org/bugs/?23960> _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/ _______________________________________________ Bug-make mailing list Bug-make@gnu.org http://lists.gnu.org/mailman/listinfo/bug-make