original dbReportDev.patch

This commit is contained in:
zimoch
2013-05-23 09:13:19 +00:00
parent e0b5d1cae9
commit 36f4980787
2 changed files with 14 additions and 1 deletions

13
dbReportDev.patch Normal file
View File

@@ -0,0 +1,13 @@
=== modified file 'src/dbStatic/dbStaticLib.c'
--- src/dbStatic/dbStaticLib.c 2011-11-29 22:14:19 +0000
+++ src/dbStatic/dbStaticLib.c 2012-05-21 19:58:55 +0000
@@ -4060,7 +4060,7 @@
DBENTRY *pdbentry=&dbentry;
long status;
char busName[40];
- char linkValue[40];
+ char linkValue[messagesize];
char dtypValue[40];
char cvtValue[40];
int ilink,nlinks;

View File

@@ -4060,7 +4060,7 @@ void epicsShareAPI dbReportDeviceConfig(dbBase *pdbbase,FILE *report)
DBENTRY *pdbentry=&dbentry;
long status;
char busName[40];
char linkValue[40];
char linkValue[messagesize];
char dtypValue[40];
char cvtValue[40];
int ilink,nlinks;