Mario Hüttel mhu
mhu pushed to xml-export at mhu/patchelfcrc 2023-01-06 16:28:41 +01:00
1d5219cc18 Add print_warn() macro and the --use-vma option
mhu pushed to xml-export at mhu/patchelfcrc 2023-01-06 16:17:52 +01:00
1528700d31 Add reading of LMA
mhu pushed to xml-export at mhu/patchelfcrc 2023-01-06 16:06:50 +01:00
376ef75964 Correctly implement LMA calculation.
mhu pushed to xml-export at mhu/patchelfcrc 2023-01-06 15:12:45 +01:00
0df385e4e7 Add LMA to handling of XML and debug output. LMA notr yet correclty calculated and is always equal to VMA
mhu pushed to xml-export at mhu/patchelfcrc 2023-01-06 14:55:32 +01:00
eeb2027884 reimplement reading of program headers. They are needed to derive the LMA of sections
mhu pushed to xml-export at mhu/patchelfcrc 2023-01-04 21:42:12 +01:00
2c50964581 Add preliminary code to read CRCs from XML. CRC value still missing
mhu pushed to xml-export at mhu/patchelfcrc 2023-01-04 19:54:26 +01:00
fda6e92615 Successfully import CRC config data
mhu pushed to xml-export at mhu/patchelfcrc 2023-01-04 15:57:06 +01:00
5d86a261d4 Add dependencies to PKGBUILD
mhu pushed to xml-export at mhu/patchelfcrc 2023-01-04 15:18:20 +01:00
598394cc2d Merge branch 'master' into xml-export
27580b5f32 Correctly free CRC array
18d9c1fced Merge branch 'master' into xml-export
aaa7bdd288 Merge pull request 'Fix #1: Segmentation fault when using NOBITS sections' (#2) from fix-segmentation-fault into master
2fca25d4c0 Fix segmentation fault if a NOBITS section is specified for output
Compare 8 commits »
mhu pushed to master at mhu/patchelfcrc 2023-01-04 15:17:34 +01:00
27580b5f32 Correctly free CRC array
mhu closed issue mhu/patchelfcrc#1 2023-01-04 15:11:49 +01:00
Bug: Segmentation fault if NOBITS sections are selected as input or output
mhu deleted branch fix-segmentation-fault from mhu/patchelfcrc 2023-01-04 15:11:49 +01:00
mhu merged pull request mhu/patchelfcrc#2 2023-01-04 15:11:49 +01:00
Fix #1: Segmentation fault when using NOBITS sections
mhu pushed to master at mhu/patchelfcrc 2023-01-04 15:11:49 +01:00
aaa7bdd288 Merge pull request 'Fix #1: Segmentation fault when using NOBITS sections' (#2) from fix-segmentation-fault into master
2fca25d4c0 Fix segmentation fault if a NOBITS section is specified for output
e09a07b3d3 Fix segmentation fault if a NOBITS section is specified as a source section
5b86194734 Remove reading of program headers. It is not necessary.
Compare 4 commits »
mhu created pull request mhu/patchelfcrc#2 2023-01-04 15:11:37 +01:00
Fix #1: Segmentation fault when using NOBITS sections
mhu opened issue mhu/patchelfcrc#1 2023-01-04 15:10:46 +01:00
Bug: Segmentation fault if NOBITS sections are selected as input or output
mhu pushed to fix-segmentation-fault at mhu/patchelfcrc 2023-01-04 15:07:01 +01:00
2fca25d4c0 Fix segmentation fault if a NOBITS section is specified for output
mhu pushed to fix-segmentation-fault at mhu/patchelfcrc 2023-01-04 15:04:08 +01:00
e09a07b3d3 Fix segmentation fault if a NOBITS section is specified as a source section
mhu created branch fix-segmentation-fault in mhu/patchelfcrc 2023-01-04 14:53:42 +01:00
mhu pushed to fix-segmentation-fault at mhu/patchelfcrc 2023-01-04 14:53:42 +01:00
5b86194734 Remove reading of program headers. It is not necessary.