chrome newer version(14) does not give a null terminated string as part of NPVariant whereas firefox acts differently and gives a null terminated string. Is that expected ??
What can we do other than extracting a string,allocating memory and add null character and then deallocating the same..... all this just to add a null character??