jjj19950710

Results 3 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...