You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Replace strncpy with strlcpy in selected places that seem possibly relevant
to performance. (A wholesale effort to get rid of strncpy should beundertaken sometime, but not during beta.) This commit also fixes dynahash.cto correctly truncate overlength string keys for hashtables, so that itscallers don't have to anymore.