uniconproject / unicon

http://www.unicon.org
Other
54 stars 28 forks source link

Fix questionable use of strncpy in pattern code. #433

Closed Don-Ward closed 3 weeks ago

Don-Ward commented 3 weeks ago

The src and dest arguments to strncpy were the same. The manual says The source and destination strings should not overlap, as the behavior is undefined.