Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

http: fix read_file on win32 (wrong filesize) and use mbuf #711

Merged
merged 1 commit into from
Mar 1, 2023

Conversation

fAuernigg
Copy link
Contributor

No description provided.

@cspiel1 cspiel1 marked this pull request as ready for review February 27, 2023 14:49
@alfredh
Copy link
Contributor

alfredh commented Feb 28, 2023

reading a file into a buffer (mbuf or byte buffer) is quite generic

perhaps it is better to place the function in the SYS module ?

@fAuernigg fAuernigg force-pushed the fix_readfile_on_win32 branch 5 times, most recently from 324a07f to 14056e2 Compare February 28, 2023 12:10
@fAuernigg
Copy link
Contributor Author

reading a file into a buffer (mbuf or byte buffer) is quite generic

perhaps it is better to place the function in the SYS module ?

Is current approach ok now in sys module?

src/sys/fs.c Outdated Show resolved Hide resolved
@sreimers sreimers merged commit 954d197 into baresip:main Mar 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants