Add signed integer overflow checking to libpng.

This change moves libpng over to Clang in order to take advantage
of its stronger -ftrapv option, causing the code to abort rather
than allowing a signed integer overflow.

Change-Id: Ia9573f41f3d14ac3123be1e2c7b17cc8338c69b8
1 file changed