How the mxnet flow the code standard?

How mxnet follow the code standard such as the CERT C coding standard? There are so many arithmetic operation in the mxnet source code, how to prevent the unsigned int’s wrap-around and signed int’s overflow?