[Bug 1971] Memory leak in tmpfile()

bugzilla-daemon at rtems.org bugzilla-daemon at rtems.org
Tue Apr 15 16:12:58 UTC 2014


https://www.rtems.org/bugzilla/show_bug.cgi?id=1971

--- Comment #6 from Joel Sherrill <joel.sherrill at oarcorp.com> 2014-04-15 11:12:58 CDT ---
Does this test have to use the fstests framework? It is creating the file in
/tmp so this only applies to base filesystems which support files (e.g. IMFS).

Looking at the code in newlib, tmpfile calls tmpnam and that does open, close,
etc. Lots of potential places for issues.

-- 
Configure bugmail: https://www.rtems.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the bugs mailing list