You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
should be allocating memory that is used later to sprintf an integer representing a fd. However the amount of memory allocated seems to be wrong (3 x the actual fd number).
The text was updated successfully, but these errors were encountered:
This line (https://github.com/axiak/java_posix_spawn/blob/master/src/c/jlinuxfork.c#L303):
should be allocating memory that is used later to sprintf an integer representing a fd. However the amount of memory allocated seems to be wrong (3 x the actual fd number).
The text was updated successfully, but these errors were encountered: