-
Notifications
You must be signed in to change notification settings - Fork 721
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
Buffer overflow in Java_java_net_Inet4AddressImpl_getLocalHostName of OpenJDK6 and OpenJDK 7 #5227
Comments
Buffer overflow detected is detected also for OpenJDK 6 using Legacy Precise: https://travis-ci.org/harrah/sbinary/jobs/95236548
|
Same for me |
Same here |
That's quite a blocker indeed |
Since before_install:
- sudo hostname "$(hostname | cut -c1-63)" |
+1 same here: https://travis-ci.org/eBay/parallec/builds/97068299 |
The |
@miguno Thanks for testing. Perhaps JDK is seeing a different |
maybe /etc/hosts needs to be adjusted as well |
+1 |
@miguno Could you also try tweaking |
@BanzaiMan How to modify /etc/hosts from travis script? |
…l not resolved
- fix for openjdk7 (travis-ci/travis-ci#5227)
- fix for openjdk7 (travis-ci/travis-ci#5227)
…ntegration builds. This includes a workaround for an OpenJDK6 buffer overflow issue: travis-ci/travis-ci#5227
The link cited in the nearby line from which the "hostname" workaround came did mention configuring the hosts file like this as well: travis-ci/travis-ci#5227 (comment) I probably forgot to apply that part when I applied the workaround initially.
* Disable sudo (https://docs.travis-ci.com/user/workers/container-based-infrastructure/) * Fix buffer overflow Buffer overflow in Java_java_net_Inet4AddressImpl_getLocalHostName of OpenJDK6 and OpenJDK 7 (Refs: travis-ci/travis-ci#5227). Travis container-based infrastructure does not suffer from the long hostnames. Closes: #538
* Disable sudo (https://docs.travis-ci.com/user/workers/container-based-infrastructure/) * Fix buffer overflow Buffer overflow in Java_java_net_Inet4AddressImpl_getLocalHostName of OpenJDK6 and OpenJDK 7 (Refs: travis-ci/travis-ci#5227). Travis container-based infrastructure does not suffer from the long hostnames. Closes: #538
* Disable sudo (https://docs.travis-ci.com/user/workers/container-based-infrastructure/) * Fix buffer overflow Buffer overflow in Java_java_net_Inet4AddressImpl_getLocalHostName of OpenJDK6 and OpenJDK 7 (Refs: travis-ci/travis-ci#5227). Travis container-based infrastructure does not suffer from the long hostnames. Closes: #538
* Disable sudo (https://docs.travis-ci.com/user/workers/container-based-infrastructure/) * Fix buffer overflow Buffer overflow in Java_java_net_Inet4AddressImpl_getLocalHostName of OpenJDK6 and OpenJDK 7 (Refs: travis-ci/travis-ci#5227). Travis container-based infrastructure does not suffer from the long hostnames. Closes: #538
* Disable sudo (https://docs.travis-ci.com/user/workers/container-based-infrastructure/) * Fix buffer overflow Buffer overflow in Java_java_net_Inet4AddressImpl_getLocalHostName of OpenJDK6 and OpenJDK 7 (Refs: travis-ci/travis-ci#5227). Travis container-based infrastructure does not suffer from the long hostnames. Closes: #538
* Disable sudo (https://docs.travis-ci.com/user/workers/container-based-infrastructure/) * Fix buffer overflow Buffer overflow in Java_java_net_Inet4AddressImpl_getLocalHostName of OpenJDK6 and OpenJDK 7 (Refs: travis-ci/travis-ci#5227). Travis container-based infrastructure does not suffer from the long hostnames. Closes: #538
* Disable sudo (https://docs.travis-ci.com/user/workers/container-based-infrastructure/) * Fix buffer overflow Buffer overflow in Java_java_net_Inet4AddressImpl_getLocalHostName of OpenJDK6 and OpenJDK 7 (Refs: travis-ci/travis-ci#5227). Travis container-based infrastructure does not suffer from the long hostnames. Closes: #538
* Disable sudo (https://docs.travis-ci.com/user/workers/container-based-infrastructure/) * Fix buffer overflow Buffer overflow in Java_java_net_Inet4AddressImpl_getLocalHostName of OpenJDK6 and OpenJDK 7 (Refs: travis-ci/travis-ci#5227). Travis container-based infrastructure does not suffer from the long hostnames. Closes: #538
* Disable sudo (https://docs.travis-ci.com/user/workers/container-based-infrastructure/) * Fix buffer overflow Buffer overflow in Java_java_net_Inet4AddressImpl_getLocalHostName of OpenJDK6 and OpenJDK 7 (Refs: travis-ci/travis-ci#5227). Travis container-based infrastructure does not suffer from the long hostnames. Closes: #538
* Disable sudo (https://docs.travis-ci.com/user/workers/container-based-infrastructure/) * Fix buffer overflow Buffer overflow in Java_java_net_Inet4AddressImpl_getLocalHostName of OpenJDK6 and OpenJDK 7 (Refs: travis-ci/travis-ci#5227). Travis container-based infrastructure does not suffer from the long hostnames. Closes: #538
* Disable sudo (https://docs.travis-ci.com/user/workers/container-based-infrastructure/) * Fix buffer overflow Buffer overflow in Java_java_net_Inet4AddressImpl_getLocalHostName of OpenJDK6 and OpenJDK 7 (Refs: travis-ci/travis-ci#5227). Travis container-based infrastructure does not suffer from the long hostnames. Closes: #538
…g the suggested workaround. travis-ci/travis-ci#7732 travis-ci/travis-ci#5227
…g the suggested workaround. travis-ci/travis-ci#7732 travis-ci/travis-ci#5227
…g the suggested workaround. travis-ci/travis-ci#7732 travis-ci/travis-ci#5227
* Disable sudo (https://docs.travis-ci.com/user/workers/container-based-infrastructure/) * Fix buffer overflow Buffer overflow in Java_java_net_Inet4AddressImpl_getLocalHostName of OpenJDK6 and OpenJDK 7 (Refs: travis-ci/travis-ci#5227). Travis container-based infrastructure does not suffer from the long hostnames. Closes: #538
Here's my
.travis.yml
, everything seems fine except OpenJDK 7:And Here's the log:
See also: https://travis-ci.org/zjhzxhz/voj/jobs/95147354
The text was updated successfully, but these errors were encountered: