K 10 svn:author V 4 ngie K 8 svn:date V 27 2017-01-05T07:55:17.358501Z K 7 svn:log V 289 lm_load: fix string copying issues - Ensure `section` doesn't overrun section by using strlcpy instead of strcpy [*]. - Use strdup instead of malloc + strcpy (this wasn't flagged by Coverity, but is an opportunistic change). MFC after: 1 week Reported by: Coverity CID: 1006826 [*] END