[Pkg-privacy-commits] [pidgin-otr] 145/255: Add required win32 patch to git tree; see INSTALL.mingw
Ximin Luo
infinity0 at moszumanska.debian.org
Sat Aug 22 12:51:35 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch experimental
in repository pidgin-otr.
commit cd08d59e6232c2d2a5095165d9104c828e611d0c
Author: Jacob Appelbaum <jacob at appelbaum.net>
Date: Tue Aug 21 21:36:17 2012 -0700
Add required win32 patch to git tree; see INSTALL.mingw
---
patches/win32/rndw32.diff | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/patches/win32/rndw32.diff b/patches/win32/rndw32.diff
new file mode 100644
index 0000000..e22cdbf
--- /dev/null
+++ b/patches/win32/rndw32.diff
@@ -0,0 +1,28 @@
+--- rndw32.c.orig 2003-12-11 10:46:12.000000000 -0500
++++ rndw32.c 2005-01-18 09:45:26.000000000 -0500
+@@ -238,6 +238,8 @@
+
+ /* Walk through the local heap */
+ { HEAPLIST32 hl32;
++ DWORD dwHeapsAdded = 0;
++ const DWORD maxHeapsToAdd = 500;
+ hl32.dwSize = sizeof (HEAPLIST32);
+ if (pHeap32ListFirst (hSnapshot, &hl32)) {
+ if ( debug_me )
+@@ -254,12 +256,16 @@
+ if (pHeap32First (&he32, hl32.th32ProcessID, hl32.th32HeapID)){
+ do {
+ (*add) ( &he32, sizeof (he32), requester );
++ if (++dwHeapsAdded == maxHeapsToAdd) {
++ goto doneheap;
++ }
+ } while (pHeap32Next (&he32));
+ }
+ } while (pHeap32ListNext (hSnapshot, &hl32));
+ }
+ }
+
++doneheap:
+
+ /* Walk through all processes */
+ { PROCESSENTRY32 pe32;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/pidgin-otr.git
More information about the Pkg-privacy-commits
mailing list