Closed davidgiven closed 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.
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.