Attention is currently required from: Nico Huber, Edward O'Callaghan, Angel Pons.
2 comments:
File tests/init_shutdown.c:
Patch Set #6, Line 236: strcpy(
size_t len = min(size*len, strlen(entry.data)); […]
Thank you! I used this code, only added strlen + 1 for \0
Patch Set #6, Line 269: strlen(max_buf_size)
min(len, strlen(max_buf_size))
I did that, but now I am a bit confused: there is strncpy in one function and memcpy in the other ? should that be the same in both places?
To view, visit change 56413. To unsubscribe, or for help writing mail filters, visit settings.