I think we did not handle the given path elements size vs max allowed path element size
static const int maxPathElements = 10;
c7c018c
made the above changes to fix the compilation error but as per ramesh we are missing "given path elements size vs max allowed path element size" need to relook
I think we did not handle the given path elements size vs max allowed path element size
static const int maxPathElements = 10;
c7c018c
made the above changes to fix the compilation error but as per ramesh we are missing "given path elements size vs max allowed path element size" need to relook