summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* avoid adding the same .dynstr entries multiple timesreplace-libRolf Eike Beer2021-11-271-9/+33
* fix corrupted library names when using --replace-needed multiple timesRolf Eike Beer2021-11-273-1/+27
* Merge pull request #333 from zhangwenlong8911/masterJörg Thalheim2021-11-161-0/+5
|\
| * support loongarch for patchelfzhangwenlong2021-11-161-0/+5
|/
* Merge pull request #323 from NixOS/less-raw-pointerEelco Dolstra2021-10-262-18/+21
|\
| * use more memory-safe at() functionless-raw-pointerJörg Thalheim2021-09-191-8/+8
| * remove raw pointer from findSection2Jörg Thalheim2021-09-192-11/+14
* | Merge pull request #331 from stephenmsachs/runpath_man_pageEelco Dolstra2021-10-261-6/+6
|\ \
| * | Change man page references from RPATH to RUNPATHStephen Sachs2021-10-201-6/+6
|/ /
* | Merge pull request #324 from ovpanait/stripDomen Kožar2021-09-262-2/+2
|\ \
| * | configure.ac: add check for stripOvidiu Panait2021-09-262-2/+2
| |/
* | Merge pull request #325 from ovpanait/phdrJörg Thalheim2021-09-265-15/+49
|\ \ | |/ |/|
| * tests: add testcase for PT_PHDR VirtAddr corruptionOvidiu Panait2021-09-265-15/+49
|/
* Merge pull request #322 from NixOS/memory-safetyJörg Thalheim2021-09-191-49/+47
|\
| * use more memory safe at() function where possibleJörg Thalheim2021-09-191-40/+43
| * more idiomatic colon splitJörg Thalheim2021-09-191-9/+4
|/
* Merge pull request #256 from andrewla/masterJörg Thalheim2021-09-134-100/+116
|\
| * grow-test: fix on non-gcc systemsJörg Thalheim2021-09-133-4/+8
| * New test for growing the fileAndrew Laucius2021-09-132-0/+17
| * Remove limits on output file size.Andrew Laucius2021-09-131-99/+94
|/
* Merge pull request #319 from NixOS/fix-empty-rpathJörg Thalheim2021-09-123-2/+14
|\
| * fix setting empty rpathJörg Thalheim2021-09-123-2/+14
|/
* Merge pull request #317 from Mic92/clangJörg Thalheim2021-09-112-6/+17
|\
| * also build with clangJörg Thalheim2021-09-112-6/+17
|/
* Merge pull request #316 from andrewla/external-stringsJörg Thalheim2021-09-114-10/+56
|\
| * rename test: external.sh -> args-from-file.shJörg Thalheim2021-09-112-1/+1
| * also test if external file does not existsJörg Thalheim2021-09-111-0/+3
| * Allow string arguments to be read from files.Andrew Laucius2021-09-104-10/+53
* | Merge pull request #311 from NixOS/refactoringJörg Thalheim2021-09-081-83/+95
|\ \ | |/ |/|
| * when amending rpath don't add empty rpath entriesrefactoringJörg Thalheim2021-08-281-2/+4
| * make modify rpath function smallerJörg Thalheim2021-08-281-82/+92
* | Merge pull request #312 from NixOS/githubJörg Thalheim2021-08-282-3/+28
|\ \
| * | github: update install-nix-actionJörg Thalheim2021-08-281-1/+1
| * | publish tarballs with github workflowJörg Thalheim2021-08-281-0/+27
| * | ci: remove obsolete optionJörg Thalheim2021-08-281-2/+0
| |/
* | Merge pull request #309 from NixOS/ubsanJörg Thalheim2021-08-284-2/+26
|\ \
| * | cleanup duplicate sanitizer flagsubsanJörg Thalheim2021-08-281-4/+11
| * | gitignore: add check binaryJörg Thalheim2021-08-261-0/+1
| * | add sanitizer build to CIJörg Thalheim2021-08-261-0/+5
| * | add ubsan optionJörg Thalheim2021-08-262-2/+13
| |/
* | Merge pull request #307 from Mic92/coverageJörg Thalheim2021-08-282-1/+8
|\ \
| * | add flag testsJörg Thalheim2021-08-252-1/+8
* | | Merge pull request #306 from Mic92/aarch64Jörg Thalheim2021-08-261-10/+8
|\ \ \ | |_|/ |/| |
| * | fix aarch64 buildJörg Thalheim2021-08-251-10/+8
| |/
* | Typo (#308)slekky2021-08-251-1/+1
|/
* Merge pull request #304 from NixOS/nobitsJörg Thalheim2021-08-234-2/+25
|\
| * Don't try to parse .dynamic section of type NOBITSMichal Sojka2021-08-231-0/+5
| * add failing test for .dynamic == NOBITSJörg Thalheim2021-08-233-2/+20
| * fix use-after-free in normalizeNoteSegmentsJörg Thalheim2021-08-211-1/+4
* | Merge pull request #302 from NixOS/use-after-freeJörg Thalheim2021-08-231-1/+4
|\ \ | |/ |/|