Skip to content

Commit

Permalink
nfnrg
Browse files Browse the repository at this point in the history
  • Loading branch information
tompro committed Feb 24, 2024
1 parent 95085f1 commit ca212b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kernel/src/rtld/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1140,7 +1140,7 @@ struct DynlibInfo {
data_segment: SegmentInfo,
relro_segment: SegmentInfo,
unk_segment: SegmentInfo,
segment_count: u32, // always 2
segment_count: u32,
fingerprint: [u8; 0x14],
}

Expand Down

0 comments on commit ca212b3

Please sign in to comment.