[libxml2] URI handling code is not OOM resilient



commit fc74a6f5c2d58d901d7f7c02f81c5b7f0e01109b
Author: Daniel Veillard <veillard redhat com>
Date:   Mon May 7 15:02:25 2012 +0800

    URI handling code is not OOM resilient
    
    as pointed out by Dan Berrange, add a small comment in the header

 uri.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/uri.c b/uri.c
index bd2e96d..7e2f525 100644
--- a/uri.c
+++ b/uri.c
@@ -5,6 +5,8 @@
  *
  * See Copyright for the status of this software.
  *
+ * TODO: that module behaves really badly on OOM situation
+ *
  * daniel veillard com
  */
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]