From: SourceForge.net <no...@so...> - 2004-08-01 18:46:57
|
in pgnotify.c Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Bugs item #1001593, was opened at 2004-08-01 20:46 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=116528&aid=1001593&group_id=16528 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Hallvard B Furuseth (hfuru) Assigned to: Nobody/Anonymous (nobody) Summary: Bad free() in pgnotify.c Initial Comment: pgnotify.c 1.8 contains `free(note);', but there is no malloc(), calloc() etc anywhere in pypgsql. I don't know how pgnotify is used, but I imagine PyMalloc will break this, and the free() should be PyMem_Free(), PyObject_Free() or PyObject_Del(). ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=116528&aid=1001593&group_id=16528 |