Derrick Lyndon Pallas

Results 18 issues of Derrick Lyndon Pallas

Like the put earlier in this method, the push here can fail or reallocate the SKB. In the former case, we need to clean up (as above) and in both...

A malformed IP6Address, i.e. with more than 8 components, will cause the memmove/memset at the end of parsing to fail. This code is supposed to move the post-:: bytes to...

If key is not in the table and allocation fails in find_insert, we return *NULL and the caller is likely to explode. Should this method return `default_value()` instead, like `HashTable::operator[]...

There is a home-made spinlock in this file when accessing the pool buckets. I was thinking about converting this to us an llist, which is lock-less. Since it only applies...

I set up AFL to run smatch against some of the validation files & it has found a few crashes so far. This is a placeholder to note that. What...

Another useful debugging tool

wait-for-op