| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
When both an env hash and a keyword arguments hash were provided here, the env hash logic would decrement argc resulting in the keyword arguments hash detection accessing the wrong argument. The fix here aligns this logic with the newer PopenExecutor and ensures the keyword arguments hash is handled first. The argument processing logic for these two popen implementations should be unified, but this simple fix gets popen working better right now. Fixes jruby#9295
| Back | FazBrowse Home | New Git URL |
When both an env hash and a keyword arguments hash were provided here, the env hash logic would decrement argc resulting in the keyword arguments hash detection accessing the wrong argument. The fix here aligns this logic with the newer PopenExecutor and ensures the keyword arguments hash is handled first.
The argument processing logic for these two popen implementations should be unified, but this simple fix gets popen working better right now.
Fixes #9295