2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 <2019> 2020 2021 2022 2023 2024 2025 | Index | 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 <2019> 2020 2021 2022 2023 2024 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | Re: [Merge] ~anj/epics-base/+git/base-7.0:fix-1824277 into epics-base:7.0 |
From: | mdavidsaver via Core-talk <[email protected]> |
To: | Andrew Johnson <[email protected]> |
Date: | Tue, 25 Jun 2019 03:50:53 -0000 |
Review: Needs Fixing Looking through the new code for dbPutFieldLink(), I'm suspicious that the allocated 'pdbaddr' would be leaked in some (probably error) cases. This may already be possible. Good practice might be to set 'pdbaddr=NULL' when it is consumed by dbAddLink(), then add a 'free(pdbaddr)' to the cleanup step. Also need to make dbAddLink() free it on error. -- https://code.launchpad.net/~anj/epics-base/+git/base-7.0/+merge/366247 Your team EPICS Core Developers is subscribed to branch epics-base:7.0.