In sdbm_open(), replace strcat()s and strcpy()s with memcpy()s.
authorNicholas Clark <nick@ccl4.org>
Fri, 3 Apr 2009 19:41:48 +0000 (20:41 +0100)
committerNicholas Clark <nick@ccl4.org>
Fri, 3 Apr 2009 19:41:48 +0000 (20:41 +0100)
commit081f72ad6fa2b76e0b3cd9046371b2dbd9130114
treea69712f735147548c28f20d0b23f2b032164d338
parentae2e8cc73fae1410e6d42ea6108d013cdd5c0d5f
In sdbm_open(), replace strcat()s and strcpy()s with memcpy()s.
ext/SDBM_File/sdbm/sdbm.c