Tracker: Bugs

5 0.14 - fix string format - ID: 2986003
Last Update: Comment added ( sf-robot )

Hello,

I send you a patch for fix str fmt in 0.14.
I hope you will add it for new version.

Regards.


Kharec ( pullboy ) - 2010-04-12 09:43:27 PDT

5

Closed

None

Richard van den Berg

None

0.14

Public


Comments ( 2 )

Date: 2010-04-28 19:20:22 PDT
Sender: sf-robotSourceForge.net Site Admin

This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).


Date: 2010-04-13 23:44:57 PDT
Sender: rvdbProject Admin

You propose the following change:

- retval=dofprintf(tmpstr);
+ retval=dofprintf(tmpstr, "%s");

However, (tmpstr, "%s") is not a valid format string. Perhaps you mean
("%s",tmpstr) ? It seems dofprintf(x) is used throughout aide where x is a
pointer to char containing the string to be printed in the output file.
This seems to work just fine,

Can you explain what the problem is you are having?


Attached File ( 1 )

Filename Description Download
aide-0.14-fix-str-fmt.patch aide-0.14-fix-str-fmt.patch Download

Changes ( 8 )

Field Old Value Date By
status_id Pending 2010-04-28 19:20:22 PDT sf-robot
allow_comments 1 2010-04-28 19:20:22 PDT sf-robot
close_date 2010-04-13 23:45 2010-04-28 19:20:22 PDT sf-robot
close_date - 2010-04-13 23:45:11 PDT rvdb
status_id Open 2010-04-13 23:45:11 PDT rvdb
assigned_to nobody 2010-04-13 23:44:58 PDT rvdb
artifact_group_id None 2010-04-13 23:44:58 PDT rvdb
File Added 370320: aide-0.14-fix-str-fmt.patch 2010-04-12 09:43:28 PDT pullboy