<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to 90: drivers/mysql_backend.cpp: may be need another length in std::string s.reserve(...)</title><link>https://sourceforge.net/p/cppcms/bugs/90/</link><description>Recent changes to 90: drivers/mysql_backend.cpp: may be need another length in std::string s.reserve(...)</description><atom:link href="https://sourceforge.net/p/cppcms/bugs/90/feed.rss" rel="self"/><language>en</language><lastBuildDate>Tue, 25 Jun 2013 09:36:02 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/cppcms/bugs/90/feed.rss" rel="self" type="application/rss+xml"/><item><title>#90 drivers/mysql_backend.cpp: may be need another length in std::string s.reserve(...)</title><link>https://sourceforge.net/p/cppcms/bugs/90/?limit=50#4641</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Project "cppdb" is not a priority?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;s.reserve( len + 2 );&lt;/strong&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 25 Jun 2013 09:36:02 -0000</pubDate><guid>https://sourceforge.netb24f3aad25f0cce93a020223b8e0d9ca9e21334d</guid></item><item><title>drivers/mysql_backend.cpp: may be need another length in std::string s.reserve(...)</title><link>https://sourceforge.net/p/cppcms/bugs/90/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;In 'drivers/mysql_backend.cpp' where using 'mysql_real_escape_string' (line 290):&lt;br /&gt;
&lt;b&gt;size_t len = mysql_real_escape_string(conn_,&amp;amp;buf.front(),b,e-b);&lt;br /&gt;
std::string &amp;amp;s=at(col);&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;Return length of the escaped string.&lt;br /&gt;
But after in the code:&lt;br /&gt;
&lt;b&gt;s.reserve(e-b+2);&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;May be need use variable &lt;b&gt;len&lt;/b&gt; ?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Thu, 07 Feb 2013 16:48:04 -0000</pubDate><guid>https://sourceforge.net8b56136b23e24b759552a43004d1b8c7dd00c869</guid></item></channel></rss>