lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Date:	Wed, 20 Dec 2006 10:17:54 -0500
From:	Mike Frysinger <vapier@...too.org>
To:	netdev@...r.kernel.org
Subject: [patch/iputils] use proper loop constructs rather than goto's

a bunch of places in the tracepath code use goto's rather than real loop code, 
or goto's to jump out of loop's ... some versions (like gcc-3.3.x iirc, older 
admittedly) would miscompile this and it's cleaner anyways to just use real 
loops

the attached patch isnt applicable as is (style changes required mostly) as i 
just want to see if people will accept it or the answer is "upgrade your gcc 
to like 4.1.x"
-mike

Content of type "application/pgp-signature" skipped

View attachment "iputils-use-proper-loops.patch" of type "text/x-diff" (2595 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ