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:	Tue, 16 Jun 2015 04:26:45 -0500
From:	Luke Skywalker <lukes357@...il.com>
To:	linux-kernel@...r.kernel.org
Subject: [PATCH] small update for strlen, strnlen, use less cpu instructions

very small update to strlen and strnlen that now use less cpu 
instructions by
using a counter  avoiding the memory addresses substraction to find the 
length
of the string,

Orestes Leal Rodriguez.

View attachment "string.c.patch" of type "text/plain" (1140 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ