Re: [PATCH resend2] Skip the null pointer check before calling realloc

2015-12-18 Thread Dmitry Samersoff
Mikael, Nothing besides standard Oracle setup but thank you for the pointer. I was able to get webrev from your link and continue with it later today. -Dmitry On 2015-12-18 16:47, Mikael Gerdin wrote: > Dmitry, > > On 2015-12-18 14:11, Dmitry Samersoff wrote: >> Alex, >> >> Unfortunately, webr

Re: [PATCH resend2] Skip the null pointer check before calling realloc

2015-12-18 Thread Mikael Gerdin
Dmitry, On 2015-12-18 14:11, Dmitry Samersoff wrote: Alex, Unfortunately, webrev.zip attachment is removed from the e-mail. Could you put it somewhere and send me a link? http://mail.openjdk.java.net/pipermail/serviceability-dev/2015-December/018519.html I got the attachment just fine, mayb

Re: [PATCH resend2] Skip the null pointer check before calling realloc

2015-12-18 Thread Dmitry Samersoff
Alex, Unfortunately, webrev.zip attachment is removed from the e-mail. Could you put it somewhere and send me a link? Sorry for inconvenience. -Dmitry On 2015-12-18 00:04, Alex Henrie wrote: > An attachment in the email has been found to contain executable code and has > been removed. > > F

Re: [PATCH resend2] Skip the null pointer check before calling realloc

2015-12-17 Thread Dmitry Samersoff
Alex, I'll sponsor the push, but please: 1. fix realloc issue as it suggested by Dan and me. 2. prepare a webrev (I'll put it under my ojdk account to /sponsorship/alexhenrie) -Dmitry On 2015-12-15 23:43, Alex Henrie wrote: > # HG changeset patch > # User Alex Henrie > # Date 1447827030 2520

Re: [PATCH resend2] Skip the null pointer check before calling realloc

2015-12-15 Thread Daniel D. Daugherty
On 12/15/15 3:04 PM, Alex Henrie wrote: 2015-12-15 14:56 GMT-07:00 Daniel D. Daugherty : The following bug was filed to track this issue: JDK-8145278 Memory leak in splitPathList https://bugs.openjdk.java.net/browse/JDK-8145278 I added a comment to that bug report and it turns out that Dmitry

Re: [PATCH resend2] Skip the null pointer check before calling realloc

2015-12-15 Thread Alex Henrie
2015-12-15 14:56 GMT-07:00 Daniel D. Daugherty : > The following bug was filed to track this issue: > > JDK-8145278 Memory leak in splitPathList > https://bugs.openjdk.java.net/browse/JDK-8145278 > > I added a comment to that bug report and it turns out > that Dmitry had a similar comment back in N

Re: [PATCH resend2] Skip the null pointer check before calling realloc

2015-12-15 Thread Daniel D. Daugherty
Alex, The following bug was filed to track this issue: JDK-8145278 Memory leak in splitPathList https://bugs.openjdk.java.net/browse/JDK-8145278 I added a comment to that bug report and it turns out that Dmitry had a similar comment back in November... The discussion need to move from the mail

[PATCH resend2] Skip the null pointer check before calling realloc

2015-12-15 Thread Alex Henrie
# HG changeset patch # User Alex Henrie # Date 1447827030 25200 # Tue Nov 17 23:10:30 2015 -0700 # Node ID 6dca8affef8a4566dfaa36faeb7a14fc4086843a # Parent dc90094c0d66b3df2944da215d93542507c31e60 Skip the null pointer check before calling realloc. "If ptr is a null pointer, realloc() shal