Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
elfio mirror
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Third Party Mirrors
elfio mirror
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
fb5ec079ba1fe1637ca3911bb58e5938c14c3f0d
Select Git revision
Branches
4
aware-sw-delivery
gh-pages
main
master
default
protected
Tags
8
Release_3.3
Release_3.2
Release_3.1
Release_3.0
Release_2.3
Release_2.2
Release_2.1
Release_2.0
12 results
Begin with the selected commit
Created with Raphaël 2.2.0
31
Aug
30
29
28
Jul
18
17
9
4
1
21
Jun
19
18
16
11
10
21
May
27
Feb
26
25
12
11
8
2
1
29
Jan
19
18
15
14
8
1
1
Dec
20
Nov
8
1
Oct
30
Sep
21
20
19
18
14
7
26
Aug
16
14
13
27
Jul
23
13
17
Jun
15
5
8
Apr
31
Mar
30
29
28
27
5
Feb
19
Jan
13
8
7
22
Dec
21
17
11
2
Nov
30
Oct
22
17
16
12
11
10
6
26
Sep
9
6
5
28
Aug
25
24
23
22
21
20
19
18
19
18
15
13
11
9
8
7
17
Jul
10
Jun
9
6
29
May
22
Feb
15
29
May
28
28
Apr
19
3
Nov
2
25
Aug
5
May
5
Oct
4
28
Mar
6
18
Feb
16
Jan
20
Dec
6
Oct
22
Sep
18
10
Jul
2
23
Apr
26
Sep
22
Aug
30
Apr
19
Mar
25
Feb
24
21
13
19
Jan
3
Dec
23
Nov
22
15
14
13
8
30
Oct
9
Aug
7
27
Feb
26
17
13
17
May
16
21
Apr
20
25
Mar
21
15
Feb
30
Jan
13
7
Dec
6
5
3
2
27
Nov
26
25
24
20
18
18
Sep
26
Aug
23
22
19
18
29
Jul
24
21
18
1
24
Jun
23
20
3
11
Mar
10
9
3
26
Feb
18
Modernize 'segment' implementation
Create cmake.yml
Update c-cpp.yml
Modernize the section implementation
Change 'launch' arguments
Use unique_ptr instead of raw pointers
Change placement of the fuzzer executable
Fix sign-compare error
Initial attempt for lazy load - segment loading
In case of the top project, build examples and tests by default
Remove Travis badge
Added auxiliary vectors
Add ASAN sanitizer to the fuzzer
Travis is not used any longer
Add elfio_fuzzer to tests' compilation
An attempt to address unusual case where 'note' size is larger than Elf_Word
Make sure that dynamic section entry size is larger than ElfXX_Dyn structure
Prevent memory access to data out the notes' section
Prevent a memory leak
Add check for incorrect section/segment entry size
Add libFuzzer output file
Check out of the file boundary access attemps
Refactor var declaration
Reduce complexity of 'if' nesting
Validate that strings in table are null terminated
Tiny reformat
Reject ELF files with section entries smaller than symbol size
Stop parsing ELF if segment header is beyond end of file
Fix potential use of uninitialized variables
Add AArch64 relocation types
Change relocation type to `unsigned`
Return back the 'check' command
Move private build commands to the dedicated 'if' branch
Address warnings reported by Windows compilation
Add build type parameter to ctest
Try to return Windows build
An attempt to fix Travis build
No need to install Boost Test anymore
Fix launch directory
Most of the tests are passing
Loading