diff options
author | Max <post@wickenrode.com> | 2015-07-29 16:53:13 +0200 |
---|---|---|
committer | Max <post@wickenrode.com> | 2015-07-29 16:53:13 +0200 |
commit | 26c821cf128255e89a6ff15f98891dbff1fc3840 (patch) | |
tree | 70a206ea57c133c60103d0a9fab4d7e56e908e2e /Frameworks/SPMySQLFramework/MySQL Client Libraries | |
parent | c5525ba58cb81dfec88c07e3f281399dbf578270 (diff) | |
download | sequelpro-26c821cf128255e89a6ff15f98891dbff1fc3840.tar.gz sequelpro-26c821cf128255e89a6ff15f98891dbff1fc3840.tar.bz2 sequelpro-26c821cf128255e89a6ff15f98891dbff1fc3840.zip |
Fix an issue where Sequel Pro added a NUL byte to the end of every query (fixes #2184)
We tried to convert the query string into a c string that could contain NUL bytes - which by definition a c string cannot (making it a byte buffer with a terminating NUL byte) and then tried to pass that to mysql_real_query() which expects a byte buffer anyway.
Diffstat (limited to 'Frameworks/SPMySQLFramework/MySQL Client Libraries')
0 files changed, 0 insertions, 0 deletions