-
st-1.4-amd64-stack-align-freebsd-linux.patch limits the fix for the only platforms known to be affected and where the fix is tested.
2009-10-02 06:57:03 UTC in State Threads Library
-
Unfortunately i know nothing about Darwin. I would like to limit the patch using ifdef like:
#if defined(__amd64__) && (defined(FreeBSD) || defined(linux))
Updated patch file will follow.
2009-10-02 06:53:27 UTC in State Threads Library
-
This patch fixes pass variables of double type via stack. E.g. when calling
functions like printf(3). Actual only for AMD64.
st_thread_create() do the stack aligned, but after entering the thread
SP is 8-bytes aligned, but should 16-bytes at least.
Segmentation fault occurs inside function preamble on MOVAPS call.
This patch made for state-threads 1.4, but also applies to 1.8...
2009-08-31 10:58:03 UTC in State Threads Library
-
_SQLGetStmtAttr() uses size_t internaly, but should use SQLUINTEGER.
Size of SQLUINTEGER is 4 bytes at FreeBSD/amd64 platform, but size of size_t is 8 !!! So in some cases it can lead to stack corruption.
Problem was introduced at revision 1.226 of odbc.c by Steve Murphree patch which was merged at Thu Aug 28 16:03:56 2003 UTC.
Sounds like nobody never run odbc/unittests/attributes.c...
2009-03-04 08:03:26 UTC in FreeTDS
-
deltup currently (deltup-0.4.3_pre2) does not support bzip2 version 1.0.4 (released 20 December 2006).
This results in unable to find any compressor differ from bzip2_old (which contributed with deltup) by find_bzip2_compressors() function.
Please add the code to support of bzip2 1.0.4 ASAP.
Please find the patch attached to this request.
Thank you in advance.
2007-01-19 13:10:14 UTC in Delta Update
-
Logged In: YES
user_id=605925
Thank you very much!
2005-01-29 00:40:14 UTC in SourceForge.net
-
FB-T6.2.796
=====================================
1:
SQL>
UPDATE ANEKDOTS SET AN_STATE="1",
CON>
AN_TEXT="ïÞÃÖÍÁÞÏÕÁÞ×Ð"ïÞÃÖÍÁÞÏÕÁÞ×Ð
CON> WHERE AN_ID="13462";
Statement failed,
SQLCODE = -104.
2002-09-04 20:49:39 UTC in Firebird