mirror of
https://github.com/sheumann/hush.git
synced 2025-01-13 21:31:51 +00:00
c1bdffe99b
uses it to avoid possible buffer underruns whn strlen is zero, and avoid the possible space-hogging inline of strlen() in several cases. -Erik