Hi, > There are lots of atoi() calls in other parts of BlueZ. Are they safe? Yes > What is exactly unsafe in using atoi()? The string should be null-terminated, which is not in this case, since it is just a char. It was my mistake. Br, Dmitriy -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html