EasyFlash icon indicating copy to clipboard operation
EasyFlash copied to clipboard

Null pointer dereference issue

Open firmianay opened this issue 2 years ago • 2 comments

hi, there seems to be a Null pointer dereference issue in the find_env function of the ef-env.c when EF_ENV_USING_CACHE is enable:

del_env(NULL, env, false);

if (find_env(key, &env)) {

size_t key_len = strlen(key);

firmianay avatar Dec 01 '21 09:12 firmianay

你好,方便提交 PR 吗

armink avatar Dec 04 '21 10:12 armink

我本身对easyflash不熟悉,只是发现了这个问题,还是作者改一下吧

firmianay avatar Dec 06 '21 01:12 firmianay