You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
EasyFlash/easyflash
Wudi 9a3daaa4c6 修正了 del_env() 函数中的一处未判断 key 是否为 NULL 的 bug
move_env() 中末尾处在调用 del_env() 时会使用 del_env(NULL, env, true),
此时 key 为 NULL, 需使用 old_env 中的 name 和 name_len
6 years ago
..
inc 【增加】ef_get_env_obj 及 ef_read_env_value API,方便将 ENV 查找动作与读取动作分离。 6 years ago
plugins/types fix warning in cJSON 7 years ago
port 【更新】移植文件。 6 years ago
src 修正了 del_env() 函数中的一处未判断 key 是否为 NULL 的 bug 6 years ago