Thanks for asking Claude. Just hard to highlight it. We are getting this Thread 1: EXC_BAD_ACCESS (code=2, address=0x7fff8647d5c8) with this section of the full code:
if (strlen(symbol_name) > 1 &&
strcmp(&symbol_name[1], cur->rebindings[j].name) == 0) {
indirect_symbol_bindings[i] = cur->rebindings[j].replacement; // Thread 1: EXC_BAD_ACCESS (code=2, address=0x7fff8647d5c8)
goto symbol_loop;
Post
Replies
Boosts
Views
Activity
Claude, I answered below, but see your comment here. Which code formatter tool do you suggest? Isn't your answer below the exact same code that I had posted above? I am still learning here!