Eureka icon indicating copy to clipboard operation
Eureka copied to clipboard

Thread 1: EXC_BAD_ACCESS (code=2, address=0x103eec110)

Open guoziqin opened this issue 5 years ago • 1 comments

while (cur) { for (uint j = 0; j < cur->rebindings_nel; j++) { if (strcmp(&symbol_name[1], cur->rebindings[j].name) == 0) { if (cur->rebindings[j].replaced != NULL && indirect_symbol_bindings[i] != cur->rebindings[j].replacement) { *(cur->rebindings[j].replaced) = indirect_symbol_bindings[i]; } indirect_symbol_bindings[i] = cur->rebindings[j].replacement; goto symbol_loop; } } cur = cur->next; } symbol_loop:; } }

guoziqin avatar Sep 28 '19 10:09 guoziqin

Hi @qq814504797 Please follow the guidelines. If you think you found an issue post a description, steps to reproduce, environment, etc

mats-claassen avatar Sep 30 '19 13:09 mats-claassen