aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableContentDataSource.m
diff options
context:
space:
mode:
authorMax <post@wickenrode.com>2015-07-29 16:53:13 +0200
committerMax <post@wickenrode.com>2015-07-29 16:53:13 +0200
commit26c821cf128255e89a6ff15f98891dbff1fc3840 (patch)
tree70a206ea57c133c60103d0a9fab4d7e56e908e2e /Source/SPTableContentDataSource.m
parentc5525ba58cb81dfec88c07e3f281399dbf578270 (diff)
downloadsequelpro-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 'Source/SPTableContentDataSource.m')
0 files changed, 0 insertions, 0 deletions