K 10 svn:author V 6 emaste K 8 svn:date V 27 2018-02-13T22:40:33.204683Z K 7 svn:log V 533 MFC r328052: kldxref: handle modules with md_cval at end of allocated secs Attempting to retrieve an md_cval string from a kernel module with kldxref would throw a offset error for modules created using lld, since this value would be placed at the end of all allocated sections. Add an ef_read_seg_string method to the ef interface, to allow reading strings of varying size without attempting to read beyond the segment's bounds. PR: 224875 Submitted by: Mitchell Horne Sponsored by: The FreeBSD Foundation END