I just ran the static analyser "cppcheck" over the source code of libXmu-1.1.1. It said [ShapeWidg.c:204] -> [ShapeWidg.c:204]: (style) Same expression on both sides of '||'. Source code is if (width < 3 || width < 3) return; Maybe if (width < 3 || height < 3) return; would be better code.
Thanks for the report - fix submitted to xorg-devel for review: http://patchwork.freedesktop.org/patch/16192/
Fix pushed to git master: http://cgit.freedesktop.org/xorg/lib/libXmu/commit/?id=22d9c590901e121936f50dee97dc60c4f7defb63
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.