K 10 svn:author V 4 ngie K 8 svn:date V 27 2017-01-13T09:04:29.015676Z K 7 svn:log V 263 MFC r311378: 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). CID: 1006826 [*] END