mirror of
https://github.com/sheumann/hush.git
synced 2025-01-15 18:30:43 +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