Attention is currently required from: Nico Huber, Edward O'Callaghan, Angel Pons.
1 comment:
File tests/init_shutdown.c:
Patch Set #6, Line 237: return strlen(entry.data);
Hmmm, now that I take a look at this again: […]
I added `strlen(entry.data) + 1`.
For the 6 paths that are mocked in this test (type/name etc) size is always 1 and len is always sizeof(buf), and buf has enough capacity. Do you mean to assert that the value written into buf is not larger than size*len ?
To view, visit change 56413. To unsubscribe, or for help writing mail filters, visit settings.