Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 60195 Details for
Bug 94508
rrdtool-1.2.8 - rrd_create_r segfault
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
This patch will fixed rrdtool-1.2.8/src/rrd_create.c
patch (text/plain), 754 bytes, created by
TAKAHASHI, Hideaki
on 2005-05-30 08:16:46 UTC
(
hide
)
Description:
This patch will fixed rrdtool-1.2.8/src/rrd_create.c
Filename:
MIME Type:
Creator:
TAKAHASHI, Hideaki
Created:
2005-05-30 08:16:46 UTC
Size:
754 bytes
patch
obsolete
>--- /tmp/rrdtool-1.2.8/src/rrd_create.c 2005-05-17 05:56:21.000000000 +0900 >+++ rrdtool-1.2.8/src/rrd_create.c 2005-05-31 00:08:04.642827814 +0900 >@@ -95,7 +95,7 @@ > rrd_t rrd; > long i; > int offset; >- char *token,dummychar1,dummychar2; >+ char *token, dummychar1[2],dummychar2[2]; > unsigned short token_idx, error_flag, period=0; > unsigned long hashed_name; > >@@ -149,9 +149,9 @@ > switch (sscanf(&argv[i][3], > DS_NAM_FMT "%1[:]" DST_FMT "%1[:]%n", > rrd.ds_def[rrd.stat_head->ds_cnt].ds_nam, >- &dummychar1, >+ dummychar1, > rrd.ds_def[rrd.stat_head->ds_cnt].dst, >- &dummychar2, >+ dummychar2, > &offset)) { > case 0: > case 1: rrd_set_error("Invalid DS name"); break;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 94508
: 60195 |
60222