高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】bugs found while using error detection tool
bugs found while using error detection tool
bugs found while using error detection tool
hi there
i have developed a mfc single document application for displaying and processing dwg files. i am using the library dwgdirect 1.11.01.00. while at the time of testing, using bounds checker, an error detection tool, it showed the following errors...
pointer errors:
1. pointer arithmetic range error:
file: "odarray.h"
line no: 688
code: return (((buffer*)m_pdata) - 1);
2. pointer arithmetic range error:
file: "odarray.h"
line no: 692
code: return (const buffer*)(((buffer*)m_pdata) - 1);
3. pointer assignment range error:
file: "odarray.h"
line no: 264
code: buffer* poldbuffer = buffer();
pointer unrelated errors:
1. unrelated pointer comparison:
file: "odarray.h"
line no: 147
code: dest == src );
read overrun:
1. read underrun:
file: "odarray.h"
line no: 265
code: int ngrowby = poldbuffer->m_ngrowby;
2. read underrun:
file: "odarray.h"
line no: 282
code: len = odmin(poldbuffer->m_nlength, len);
3. read underrun:
file: "odarray.h"
line no: 696
code: return (buffer()->m_nrefcounter>1);
is there any way to rectify these errors..?
thanks in advance..
-----------------------------------
regards,
rajesh
last edited by rajuinnet; 21st september 2004 at 02:44 amfff">.
rajuinnet
none
? | ?
thread tools
display modes
linear mode
search this thread
rate this thread
excellent
good
average
bad
terrible
posting rules
you may post new threads
you may post replies
you may post attachments
you may edit your posts
is on
are on
code is off
html code is off
forum jump
user control panel private messages subscriptions who's online search forums forums home general topics news questions and remarks business issues industry commentary general software issues documentation issues future directions dwg libraries dwgdirect.net dwgdirect, c++ version dwgdirectx, activex version adtdirect/c3ddirect opendwg toolkit/viewkit dgn libraries dgndirect, c++ version (2.x+) dgndirect libraries (legacy 0.99xx)
all times are gmt -7. the time now is 12:53 amfff">.
- - -
copyright ?2000 - 2009, jelsoft enterprises ltd.
copyright 1998-2008 open design alliance inc.
|