mirror of
https://github.com/opnsense/src.git
synced 2026-02-10 22:35:04 -05:00
During device destruction it is possible that open() succeed, but fdevname() return NULL, that can't be assigned to string variable. Fix that by adding explicit NULL check. Also while there switch from fdevname() to fdevname_r(). Sponsored by: iXsystems, Inc. MFC after: 2 weeks |
||
|---|---|---|
| .. | ||
| tests | ||
| consumer.cc | ||
| consumer.h | ||
| event.cc | ||
| event.h | ||
| event_factory.cc | ||
| event_factory.h | ||
| exception.cc | ||
| exception.h | ||
| guid.cc | ||
| guid.h | ||
| Makefile | ||
| Makefile.depend | ||