commit | 82fe084c750cb2e6c839ec8b6aad5e2bb87c14dd | [log] [tgz] |
---|---|---|
author | Selim Gurun <sgurun@google.com> | Mon Oct 31 14:51:50 2011 -0700 |
committer | Selim Gurun <sgurun@google.com> | Tue Nov 01 14:38:19 2011 -0700 |
tree | 15cd8c278f76a550fd669f5dbc5a5decaf42c0cf | |
parent | f2da8ef9b4e7243c19e295fed847fa897e8230d3 [diff] |
Fix XPath freeing error. Bug: 5533654 Applied a patch from Chrome source code to prevent potential multiple freeing and memory corruption in XPath. This patch will become unnecessary once we pull in new libxml2. The Chrome changes are here: http://codereview.chromium.org/5196003 http://codereview.chromium.org/7508039 Change-Id: I0dd573e2f8e3cfbd1290735e68e44ebb13597482 Signed-off-by: Selim Gurun <sgurun@google.com>