<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to patches</title><link>https://sourceforge.net/p/win32-framework/patches/</link><description>Recent changes to patches</description><atom:link href="https://sourceforge.net/p/win32-framework/patches/feed.rss" rel="self"/><language>en</language><lastBuildDate>Mon, 16 Mar 2026 01:57:54 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/win32-framework/patches/feed.rss" rel="self" type="application/rss+xml"/><item><title>#5 Dynamic-Link Library Security</title><link>https://sourceforge.net/p/win32-framework/patches/5/?limit=25#a3a0</link><description>&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;: wont-fix --&amp;gt; closed-fixed&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David</dc:creator><pubDate>Mon, 16 Mar 2026 01:57:54 -0000</pubDate><guid>https://sourceforge.neta447887300a1d5223ef80ce9cec967d5855f808d</guid></item><item><title>#5 Dynamic-Link Library Security</title><link>https://sourceforge.net/p/win32-framework/patches/5/?limit=25#7ab5</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Most calls to LoadLibrary have been replaced with GetModuleHandle. The remaining calls to LoadLibrary use the path provided by ::GetSystemDirectory.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David</dc:creator><pubDate>Mon, 16 Mar 2026 01:57:34 -0000</pubDate><guid>https://sourceforge.net6e03641765824951595752297726a8901a58e213</guid></item><item><title>#6 Performance warnings (found via PVS) fixed</title><link>https://sourceforge.net/p/win32-framework/patches/6/?limit=25#2b0d</link><description>&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;: wont-fix --&amp;gt; closed-fixed&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David</dc:creator><pubDate>Mon, 16 Mar 2026 01:16:59 -0000</pubDate><guid>https://sourceforge.net6c81e053d71e837127fbffa3c5e72458b61fc573</guid></item><item><title>#6 Performance warnings (found via PVS) fixed</title><link>https://sourceforge.net/p/win32-framework/patches/6/?limit=25#a9d5</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Fixed in version 10.0&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David</dc:creator><pubDate>Mon, 16 Mar 2026 01:16:31 -0000</pubDate><guid>https://sourceforge.net98509f308019d7e34c33a87ee829f792dc188a3d</guid></item><item><title>#7 CStringA::AllocSysString() uses potentially wrong length</title><link>https://sourceforge.net/p/win32-framework/patches/7/?limit=25#6c2a</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Nice, thanks!&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">toxie</dc:creator><pubDate>Sun, 08 Mar 2026 12:00:27 -0000</pubDate><guid>https://sourceforge.net15a7402e5cc03ef7d126aba88f751081e305ebd3</guid></item><item><title>#7 CStringA::AllocSysString() uses potentially wrong length</title><link>https://sourceforge.net/p/win32-framework/patches/7/?limit=25#2076</link><description>&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;: open --&amp;gt; closed-fixed&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;assigned_to&lt;/strong&gt;: David&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David</dc:creator><pubDate>Sat, 07 Mar 2026 02:30:19 -0000</pubDate><guid>https://sourceforge.net8a157e419bbb25d081661a5b65fcec7ade7badee</guid></item><item><title>#7 CStringA::AllocSysString() uses potentially wrong length</title><link>https://sourceforge.net/p/win32-framework/patches/7/?limit=25#806e</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I've submitted an SVN update that corrects the issue you've described in CStringA::AllocSysString.&lt;/p&gt;
&lt;p&gt;You can download the latest code snapshot from the code section here on SourceForge.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br/&gt;
David&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David</dc:creator><pubDate>Sat, 07 Mar 2026 02:28:44 -0000</pubDate><guid>https://sourceforge.neta1b1f255e80a2596804685d6766cfe545318e492</guid></item><item><title>CStringA::AllocSysString() uses potentially wrong length</title><link>https://sourceforge.net/p/win32-framework/patches/7/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi!&lt;br/&gt;
&lt;code&gt;BSTR CStringA::AllocSysString()&lt;/code&gt; uses AtoW to convert to a wide string, but then still uses the 'old' length to allocate the memory for the BSTR. This may work most of the time, but can also be too short, depending on the string.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">toxie</dc:creator><pubDate>Thu, 05 Mar 2026 12:00:57 -0000</pubDate><guid>https://sourceforge.netb89a6f4d1468f11e48f4414ae6ce1d8b09f7c0d3</guid></item><item><title>CStringA::AllocSysString() uses potentially wrong length</title><link>https://sourceforge.net/p/win32-framework/patches/7/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Ticket 7 has been modified: CStringA::AllocSysString() uses potentially wrong length&lt;br/&gt;
Edited By: David (david_nash)&lt;br/&gt;
Status updated: 'open' =&amp;gt; 'closed-fixed'&lt;br/&gt;
Owner updated: None =&amp;gt; 'david_nash'&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">toxie</dc:creator><pubDate>Thu, 05 Mar 2026 12:00:57 -0000</pubDate><guid>https://sourceforge.net955c82a9e2ed5e10b279e188ea4767b4d569d287</guid></item><item><title>#6 Performance warnings (found via PVS) fixed</title><link>https://sourceforge.net/p/win32-framework/patches/6/?limit=25#2011</link><description>&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;: open --&amp;gt; wont-fix&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;assigned_to&lt;/strong&gt;: David&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David</dc:creator><pubDate>Wed, 14 Jul 2021 09:02:03 -0000</pubDate><guid>https://sourceforge.net0bd756e71d6ff3d4cb25cd75a10a6f041ae2109c</guid></item></channel></rss>