Skip to content

Abort if make_var cannot allocate memory with malloc

Carl Shapiro requested to merge cshapiro/cmucl:vars-c-unchecked-malloc into master

There are two calls to malloc in this function. Previously, just the first checked for an error. This change adds a similar check to the second call.

Merge request reports