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

Added Java11 Fixes by ggmuelle #133

Merged
merged 2 commits into from
Dec 5, 2018
Merged

Commits on Nov 16, 2018

  1. Java 11 fixes

    The function get_java_var_long() in SerialImp.c casts the Java-long-value to a long in case of type == 'J'. But Java-Long is 64 bit and C-long is only 32 bit. Later this long is casted to a 64-bit-memory-address -> crash. A possible solution is to return always size_t instead of long
    Irfan Ahmed authored and Irfan Ahmed committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    992153d View commit details
    Browse the repository at this point in the history
  2. updated readme.md for windows

    Irfan Ahmed authored and Irfan Ahmed committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    fa8e5d2 View commit details
    Browse the repository at this point in the history