Use strdup() instead of malloc(strlen()+1); memcpy() pairs
commitcc2f4d685f28e231ef5807c7e7a60b6d11e3ebd9
authorAlan Coopersmith <alan.coopersmith@oracle.com>
Sun, 10 Mar 2024 22:32:12 +0000 (10 15:32 -0700)
committerAlan Coopersmith <alan.coopersmith@oracle.com>
Sun, 10 Mar 2024 22:32:12 +0000 (10 15:32 -0700)
treed46ab4dc679685e51f6f75c2fd2512f96621c6d0
parent4c5ce451f0cb548a2ed66c680709050616a583f6
Use strdup() instead of malloc(strlen()+1); memcpy() pairs

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
src/sis_opt.c