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

fix memory violation access on swap file for Windows #52

Merged
merged 2 commits into from
Jun 6, 2020

Conversation

jjceresa
Copy link
Contributor

@jjceresa jjceresa commented Jun 6, 2020

This is the same as #51 without commit ccf5dd8

jjceresa added 2 commits June 4, 2020 02:27
 Using g_open() and g_file_open_tmp() leads to memory violation
 access on next call to lseek.

 replace calling g_open() and g_file_open_tmp  by calling _open().
@derselbst derselbst changed the title fix memory violation access on swap file for Windows(2) fix memory violation access on swap file for Windows Jun 6, 2020
@derselbst derselbst merged commit 1b32ab3 into master Jun 6, 2020
@derselbst derselbst deleted the swap-file-2 branch June 6, 2020 18:33
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.

2 participants