POSIX C strchr and strstr implementations return pointers and pointer arithmetic is error prone. Switch to std C++ index search offsets. Signed-off-by: Simon Rozman <simon@rozman.si>
Description
Languages
C++
100%