anlsys / libnrm

Node Resource Manager communication library
BSD 3-Clause "New" or "Revised" License
7 stars 0 forks source link

[fix] hash_find returns error, not null ptr #102

Closed perarnau closed 2 months ago

perarnau commented 3 months ago

Make sure to check the error code of nrm_hash_find to check if an entry was found.

Add tests for simple event cases that were causing trouble on some systems.