edwardcapriolo commented on PR #8177: URL: https://github.com/apache/hadoop/pull/8177#issuecomment-3744884854
Also the way the code is written. Im not sure it is correct. I think it only works via a quirk. src/main/native/container-executor/impl/container-executor.c //struct to store the user details struct passwd *user_detail = NULL; The documentation is not super clear but the passwd struct has pointers to the buffer, and some docs seem to indicate the points might be reused/cleared in later calls. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
