fix miss nullptr
Some checks failed
rpcrypto-build / build (Debug, himix200.toolchain.cmake) (push) Waiting to run
rpcrypto-build / build (Debug, hisiv510.toolchain.cmake) (push) Waiting to run
rpcrypto-build / build (Release, hisiv510.toolchain.cmake) (push) Waiting to run
linux-mips64-gcc / linux-gcc-mips64el (push) Waiting to run
linux-x64-gcc / linux-gcc (push) Failing after 47s
rpcrypto-build / build (Release, himix200.toolchain.cmake) (push) Failing after 54s
linux-hisiv500-gcc / linux-gcc-hisiv500 (push) Failing after 1m2s

This commit is contained in:
tqcq 2023-12-28 14:23:47 +08:00
parent 15a3c9319d
commit 34f14dc6bd

View File

@ -5,6 +5,7 @@
#include <unistd.h>
#include <sys/syscall.h>
#include <exception>
#include <memory>
namespace ulib {