I'd guess this improvement is also welcomed to this repo. This was already merged to r2 in order to fix a segfault that occurred as a result of careless use of hashtable entries (without specifically checking for deleted entries that should be treated as empty in spite of entry->data != NULL). See https://github.com/radare/radare2/pull/5252 for full explanation.
I'd guess this improvement is also welcomed to this repo. This was already merged to r2 in order to fix a segfault that occurred as a result of careless use of hashtable entries (without specifically checking for deleted entries that should be treated as empty in spite of
entry->data != NULL
). See https://github.com/radare/radare2/pull/5252 for full explanation.