search for: memleaks

Displaying 20 results from an estimated 180 matches for "memleaks".

Did you mean: memleak
2012 Feb 04
8
Potential memory leak in sshd [detected by melton]
Hi all, After the memory leaks (bug 1967 <https://bugzilla.mindrot.org/show_bug.cgi?id=1967>) I reported in bugzilla are fixed, I also applied melton(http://lcs.ios.ac.cn/~xuzb/melton.html) to detect the potential bugs in sshd (openssh-5.9p1). The url below is the index of bug reports that are checked as real bugs manually.
2011 Dec 30
7
[Bug 1967] New: Potential memory leak
https://bugzilla.mindrot.org/show_bug.cgi?id=1967 Bug #: 1967 Summary: Potential memory leak Classification: Unclassified Product: Portable OpenSSH Version: 5.9p1 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: ssh AssignedTo: unassigned-bugs at
2013 Dec 10
9
[Bug 2182] New: getopt(3) command-line arguments memleaks
https://bugzilla.mindrot.org/show_bug.cgi?id=2182 Bug ID: 2182 Summary: getopt(3) command-line arguments memleaks Product: Portable OpenSSH Version: 6.4p1 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 Component: ssh Assignee: unassigned-bugs at mindrot.org Reporter: tcunha at gmx....
2006 Oct 31
0
6322778 memleaks at crdup/crnetadjust
Author: sdussud Repository: /hg/zfs-crypto/gate Revision: 5c763b375c39e588ef67da67923415de517cd8ec Log message: 6322778 memleaks at crdup/crnetadjust Files: update: usr/src/uts/common/fs/nfs/nfs3_vnops.c update: usr/src/uts/common/fs/nfs/nfs4_vnops.c update: usr/src/uts/common/fs/nfs/nfs_acl_vnops.c
2008 Aug 06
1
pid$target::malloc:entry does not work
In Solaris 10 6/06, etc. I used to do things like pid$target::malloc:entry { ustack(); } and got stack traces from my application calling malloc as expected. In Solaris 10 8/07 I only see stack traces from functions inside libc calling a function called lmalloc() but not my malloc calls: ld.so.1`lmalloc ld.so.1`tsort+0xb4
2012 Sep 24
3
[Bug 2043] New: memleak in import_environments
https://bugzilla.mindrot.org/show_bug.cgi?id=2043 Priority: P5 Bug ID: 2043 Assignee: unassigned-bugs at mindrot.org Summary: memleak in import_environments Severity: trivial Classification: Unclassified OS: All Reporter: arthurmesh at gmail.com Hardware: All Status: NEW Version:
2014 Mar 04
0
[Bug 2208] New: memleak in servconf.c
https://bugzilla.mindrot.org/show_bug.cgi?id=2208 Bug ID: 2208 Summary: memleak in servconf.c Product: Portable OpenSSH Version: -current Hardware: Other OS: FreeBSD Status: NEW Severity: trivial Priority: P5 Component: sshd Assignee: unassigned-bugs at mindrot.org
2019 Jul 29
2
[PATCH] regress: Fix possible memleaks
Hello, Could attached patch be reviewed. This patch provides a fix for bug: https://bugzilla.mindrot.org/show_bug.cgi?id=3037 Thanks, Jitendra
2007 Sep 05
1
VP6 issues in Swfdec
Hi, I'm one of the Swfdec[1] Flash player developers. As you may be aware, Flash uses VP6 as a possible video decoder. Someone recently grabbed all of the videos at http://pown.alluc.org and threw them at ffmpeg. Surprisingly, lots of them killed the vp6 decoder and in turn my browser. I'll attached a series of patches for issues that I could fix myself, and point out issues I could not
2008 Jan 19
0
Changes to 'org'
New branch 'org' available with the following commits: commit 2ddba438108342502c59bc4f09d96118a59b5e33 Author: Benjamin Otte <otte at gnome.org> Date: Sat Jan 19 03:27:03 2008 +0100 we need to clear the stylesheet reference if the style sheet dies before us sems signals aren't the proper way to do this marshalling either commit
2008 Jul 01
17
Memory leak scripts
Hola, I am trying to isolate the memory leak I suspect in a mailman installation ? I found: http://blogs.sun.com/sanjeevb/date/200506 It gives an error: god at irt-smtp-02:~ 9:21am 65 # ./memleak.d 10312 dtrace: failed to compile script ./memleak.d: line 3: probe description pid10312:libc.so.1:malloc:entry does not match any probes I am on SunOS 5.10 Generic_127112-07 i86pc i386 i86pc Are
2008 Jan 19
0
5 commits - libswfdec/swfdec_as_object.c libswfdec/swfdec_loader.c libswfdec/swfdec_style_sheet.c libswfdec/swfdec_text_field_movie_as.c libswfdec/swfdec_text_field_movie.c test/swfdec_test_test.c
libswfdec/swfdec_as_object.c | 3 +++ libswfdec/swfdec_loader.c | 8 +------- libswfdec/swfdec_style_sheet.c | 3 ++- libswfdec/swfdec_text_field_movie.c | 12 ++++++------ libswfdec/swfdec_text_field_movie_as.c | 4 ++++ test/swfdec_test_test.c | 1 + 6 files changed, 17 insertions(+), 14 deletions(-) New commits: commit
2015 Aug 08
3
questions about flac code
...mit "Remove un-needed test for NULL before free" but even now there are many places in FLAC codebase that check a pointer before calling free(). Does it make sense to do something with this code, or it's simpler to leave it as is? 2) Some time ago I sent a patch that fixes potential memleaks in libFLAC, but despite this approval - <http://lists.xiph.org/pipermail/flac-dev/2015-July/005530.html> - I cannot see the code in the current git. What's the reason?
2020 Oct 27
0
[ANNOUNCE] nftables 0.9.7 release
...ison: memleak symbol redefinition evaluate: memleak in invalid default policy definition evaluate: UAF in hook priority expression netlink_delinearize: transform binary operation to prefix only with values evaluate: disregard ct address matching without family segtree: memleaks in interval_map_decompose() src: cache gets out of sync in interactive mode src: add comment support for map too mergesort: unbreak listing with binops src: add expression handler hashtable src: add chain hashtable cache mergesort: find base value expression type...
2014 Aug 08
4
[PATCH] for win_utf8_io.c
For better readability the patch is divided by 3 parts. Part #1: for a bit better security replace vsprintf(utmp, format, argptr) with vsnprintf_s(utmp, 32768, _TRUNCATE, format, argptr) Part #2: potential memleak fixed: utf8argv[i] are not freed when utf8argv itself is freed. Part #3: 'if (ret != 0) break;' line seems redundant. -------------- next part -------------- A
2020 Oct 07
2
[Announce] Samba 4.12.8 Available for Download
Release Announcements --------------------- This is the latest stable release of the Samba 4.12 release series. Changes since 4.12.7 -------------------- o G?nther Deschner <gd at samba.org> * BUG 14318: docs: Add missing winexe manpage. o Volker Lendecke <vl at samba.org> * BUG 14465: idmap_ad does not deal properly with a RFC4511 section 4.4.1 response. o Laurent
2020 Oct 07
2
[Announce] Samba 4.12.8 Available for Download
Release Announcements --------------------- This is the latest stable release of the Samba 4.12 release series. Changes since 4.12.7 -------------------- o G?nther Deschner <gd at samba.org> * BUG 14318: docs: Add missing winexe manpage. o Volker Lendecke <vl at samba.org> * BUG 14465: idmap_ad does not deal properly with a RFC4511 section 4.4.1 response. o Laurent
2009 Apr 01
1
[Announce] Samba 3.3.3 Available for Download
...Add sorted subkey cache. * Use StrCaseCmp in the dirsort module. * Document the dirsort module. * Fix the build on HP/UX. * Disable dns_sd by default. * Add avahi detection to configure. * Add event avahi binding. * Use avahi to register _smb._tcp in smbd. * Fix two memleaks in the encryption code. * Fix a scary "fill_share_mode_lock failed" message. o Derrell Lipman <derrell@dworkin.(none)> * BUG 6228: Fix SMBC_open_ctx failure due to path resolve failure doesn''t set errno. o Stefan Metzmacher <metze@samba.org>...
2009 Apr 01
1
[Announce] Samba 3.3.3 Available for Download
...Add sorted subkey cache. * Use StrCaseCmp in the dirsort module. * Document the dirsort module. * Fix the build on HP/UX. * Disable dns_sd by default. * Add avahi detection to configure. * Add event avahi binding. * Use avahi to register _smb._tcp in smbd. * Fix two memleaks in the encryption code. * Fix a scary "fill_share_mode_lock failed" message. o Derrell Lipman <derrell@dworkin.(none)> * BUG 6228: Fix SMBC_open_ctx failure due to path resolve failure doesn''t set errno. o Stefan Metzmacher <metze@samba.org>...
2007 Aug 20
0
15 commits - libswfdec/swfdec_as_context.c libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_frame_internal.h libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_object.c libswfdec/swfdec_as_object.h libswfdec/swfdec_as_super.c libswfdec/swfdec_as_with.c
...ULL); SWFDEC_AS_CONTEXT_CLASS (swfdec_player_parent_class)->mark (context); } diff-tree 04882c75cb8e4b84312af73281c8df32b808ca88 (from c13484c2bf562b37799aa5cce70beb04fe430cd6) Author: Benjamin Otte <otte at gnome.org> Date: Mon Aug 20 13:43:50 2007 +0200 fix valgrind reported memleaks diff --git a/libswfdec/swfdec_as_interpret.c b/libswfdec/swfdec_as_interpret.c index 23e4116..4a712c2 100644 --- a/libswfdec/swfdec_as_interpret.c +++ b/libswfdec/swfdec_as_interpret.c @@ -331,7 +331,7 @@ swfdec_action_push (SwfdecAsContext *cx, if (s == NULL) return; SWFDEC_AS_VALUE...