davidgiven / ack

The Amsterdam Compiler Kit
http://tack.sf.net
Other
428 stars 62 forks source link

Fix driver crash when using -R #170

Closed davidgiven closed 5 years ago

davidgiven commented 5 years ago

If you try to specify an alternate program to the ack driver using, e.g., -Ras=myas, then the driver tries to free an unallocated block and crashes. Turns out that it's failing to keep() a string that it's later throws()ing.