Skip to content
This repository has been archived by the owner on Jan 27, 2020. It is now read-only.

Replaced off_t with int64_t in filemap.c for UNIX #1

Merged
merged 1 commit into from
May 19, 2018

Conversation

faku99
Copy link

@faku99 faku99 commented May 18, 2018

RetDec couldn't be compiled with the i686-linux-gnu toolchain since off_t is 32bit and not 64. I forced int64_t type for UNIX systems so it can be compiled with a 32bit toolchain.

@s3rvac s3rvac requested a review from metthal May 19, 2018 07:47
@s3rvac s3rvac requested review from s3rvac and removed request for metthal May 19, 2018 17:32
@s3rvac s3rvac assigned s3rvac and unassigned metthal May 19, 2018
Copy link
Member

@s3rvac s3rvac left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! This actually also solves an issue in avast/retdec#299 (this error to be more precise).

@s3rvac s3rvac merged commit ea101c5 into avast:retdec May 19, 2018
@s3rvac s3rvac added bug and removed enhancement labels May 19, 2018
s3rvac added a commit to avast/yaracpp that referenced this pull request May 19, 2018
This version contains a fix for the build of libyara under 32b Unix-like
systems (see avast/yara#1).
s3rvac added a commit to avast/retdec that referenced this pull request May 19, 2018
It contains a fix for a build issue on 32b Unix-like operating systems
(avast/yara#1). This solves a build issue in #299.
@faku99
Copy link
Author

faku99 commented May 19, 2018

Happy to help!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

Successfully merging this pull request may close these issues.

3 participants