Ren Boting

Results 1 issues of Ren Boting

I read following code and found next line is accessing a negative index. Is it true? `response[i+1-_recv_delim_size]` I assume following conditions. i=0, recv_delim_size=2, recv_delimiter="\r\n" ``` bool ATParser::vrecv(const char *response, va_list...