[
https://issues.apache.org/jira/browse/TRAFODION-1442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14659641#comment-14659641
]
ASF GitHub Bot commented on TRAFODION-1442:
-------------------------------------------
GitHub user ryzuo opened a pull request:
https://github.com/apache/incubator-trafodion/pull/47
[TRAFODION-1442] Fixing Linux ODBC driver for long cert file name length
supporting ability(over 30bytes)
This fixes the same problem of Linux ODBC driver as in Windows Driver
problem described in JIRA 1438.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ryzuo/incubator-trafodion jira1442
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-trafodion/pull/47.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #47
----
commit 8b289c767b88ea5ba5efb50af186a0177c857362
Author: RuoYu Zuo <[email protected]>
Date: 2015-07-20T04:16:30Z
Merge branch 'master' of https://github.com/apache/incubator-trafodion
commit c4b5beedb12e7334a1343e64099f48903136f81e
Author: RuoYu Zuo <[email protected]>
Date: 2015-07-28T03:46:09Z
Merge branch 'master' of https://github.com/apache/incubator-trafodion
commit ff2f4d3f40f5eaf4f78077c8ebc6d6524ec04783
Author: RuoYu Zuo <[email protected]>
Date: 2015-08-05T09:14:28Z
Merge branch 'master' of https://github.com/apache/incubator-trafodion
commit e820b169b8c11a87316e56122919a8c4e5468b88
Author: RuoYu Zuo <[email protected]>
Date: 2015-08-06T06:36:34Z
Merge branch 'master' of https://github.com/apache/incubator-trafodion
commit 3479af1097ec75e962fe6ab130cf360eaa4042a5
Author: RuoYu Zuo <[email protected]>
Date: 2015-08-05T09:55:25Z
[JIRA 1438] Fixing Win ODBC crashes with long cert file name length
Change the driver to determine the length of buffer for certificate
file name at runtime, and fill the name with secured strcpy version.
commit 4589e5b6f8320aa585fc0b62a347f699cb10a212
Author: RuoYu Zuo <[email protected]>
Date: 2015-08-06T07:31:31Z
Fix JIRA 1442
Same as fix for Windows (JIRA 1438)
----
> Linux ODBC Driver is not able to create certificate file with long name
> length (over 30 bytes).
> -----------------------------------------------------------------------------------------------
>
> Key: TRAFODION-1442
> URL: https://issues.apache.org/jira/browse/TRAFODION-1442
> Project: Apache Trafodion
> Issue Type: Bug
> Components: client-odbc-linux
> Affects Versions: 2.0-incubating
> Environment: Linunx
> Reporter: RuoYu Zuo
> Priority: Critical
> Fix For: 2.0-incubating
>
>
> Same as Windows driver does, Linux driver also reserved only 30 bytes for
> certificate file name, there's potential of running into crash.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)