Bugzilla – Bug 156968
python-egenix-mx-base-2.0.6-9: dodgy code
Last modified: 2006-03-13 16:29:49 UTC
I just tried to compile package python-egenix-mx-base-2.0.6-9 with the GNU C compiler. It said mx/Tools/mxTools/mxTools.c:2136: warning: comparisons like X<=Y<=Z do not have their mathematical meaning The source code is if (0 < number_len < sizeof(buffer)) { Suggest code rework for maintainability.
fixed