commit | d938d01e8cf96b6396a6cc123711063c053a04cd | [log] [tgz] |
---|---|---|
author | jzavgren <none@none> | Fri May 31 15:23:26 2013 -0400 |
committer | jzavgren <none@none> | Fri May 31 15:23:26 2013 -0400 |
tree | 7ffcae9993f8c0fffeec91f521bce6837a87198d | |
parent | 94d4c16d46fbae76cd1aa5e79602d7e7ced1680c [diff] |
8008972: Memory leak: Java_java_net_TwoStacksPlainDatagramSocketImpl_receive0 [parfait] Summary: Modified the code so that "jumbo frames" are truncated before buffer allocation is considered. This makes the buffer length a reliable indication that a buffer has been allocated, and it can then be used during clean up. Reviewed-by: chegar, khazra, alanb Contributed-by: john.zavgren@oracle.com