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 issue #55 - plctest crashes with segmentation fault #56

Merged
merged 2 commits into from
Nov 9, 2015

Conversation

lategoodbye
Copy link
Contributor

This patch should fix the segmentation fault in plctest (issue #55).

Btw it fixes issues like #36 forever.

Some format strings in VS_ARPC messages makes vfprintf crash,
but not the fprintf path in ARPCPrint. So remove the vfprintf.
It has the benefit that we don't need special handling of
non-vfprintf platforms anymore.
@ch-aurich
Copy link
Contributor

Stefan, could you please resolve the conflicts? They were probalby introduced by merging a later pull request before yours.

@lategoodbye
Copy link
Contributor Author

I fixed the merge conflict.

ch-aurich added a commit that referenced this pull request Nov 9, 2015
Fix issue #55 - plctest crashes with segmentation fault
@ch-aurich ch-aurich merged commit ada860f into qca:master Nov 9, 2015
@ch-aurich ch-aurich deleted the fix_plctest_segfault branch November 9, 2015 13:38
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.

None yet

2 participants