jjj19950710

Results 4 issues of jjj19950710

for example: ``` char *buf = "{\"name\":\"liming\",\"id\":1}"; cJSON *json; json = cJSON_Parse(buf); printf("json = %s\n",json); ``` the log is: ``` json = ================================================================= ==62255==ERROR: LeakSanitizer: detected memory leaks Direct leak...

I want to compile without readline,so I use --with-readline=no to compile lftp,but still requires a readline library.

I don't want to scan the device before every pairing.Can Bluetooth pairing skip the scanning phase and directly hardcode the address and other relevant data obtained through scanning into the...

### Answers checklist. - [X] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there. - [X] I have updated my IDF branch (master or...

Type: Bug
Status: In Progress