Skip to content

Commit 5eab1d5

Browse files
author
Michal Bandzi
committed
Merge branch 'invalid-chars-82'
2 parents d109064 + 3972360 commit 5eab1d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fileinfo/file_detector/elf_detector.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@ void ElfDetector::getDynamicSection(const ELFIO::section *sec)
650650
{
651651
dynamic->get_entry(i, tag, dynValue, str);
652652
dynamicEntry.setValue(dynValue);
653-
dynamicEntry.setDescription(str);
653+
dynamicEntry.setDescription(replaceNonprintableChars(str));
654654
dynamicEntry.setType(getDynamicEntryType(tag));
655655
dynamicEntry.clearFlagsDescriptors();
656656
if(tag == DT_FLAGS)

0 commit comments

Comments
 (0)