-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Memory leak #60
Comments
From jef.poskanzer on February 15, 2013 16:15:31 The two errors in locale.c were easily fixed, but I'm surprised that your compiler noted them. It does syntax checking inside #ifdefs that are not currently defined? That seems unusually persnickety. I like persnickety. The supposed memory leak remains a mystery. |
From devzone.my on February 15, 2013 16:29:08 [src/units.c:90]: (portability) scanf without field width limits can crash with huge input data on libc versions older than 2.13-25. Add a field width specifier to fix this problem: Sample program that can crash: #include <stdio.h> To make it crash: |
From jdugan@es.net on February 15, 2013 16:30:51 Is this analysis coming from valgrind or something? |
From devzone.my on February 15, 2013 16:33:36 @jdu, Yes cppcheck, http://sourceforge.net/apps/trac/cppcheck/ |
From devzone.my on February 15, 2013 16:37:26 [src/iperf_api.c:1179]: (error) Memory leak: tcp |
From bltierney@es.net on March 12, 2013 15:46:24 Owner: japoskanzer@lbl.gov |
From bltierney@es.net on May 08, 2013 14:33:51 was not able to replicate Status: WontFix |
From devzone.my on February 15, 2013 04:47:36
[src/iperf_api.c:1179]: (error) Memory leak: tcp
[src/locale.c:104]: (error) syntax error
[src/locale.c:334]: (error) Invalid number of character ({) when these macros are defined: '__cplusplus'.
Original issue: http://code.google.com/p/iperf/issues/detail?id=60
The text was updated successfully, but these errors were encountered: