Opened 13 years ago

Closed 13 years ago

Last modified 10 years ago

#116 closed enhancement (fixed)

add version to the about dialog of vuurmuur_conf

Reported by: rettub Owned by: Tiger!P
Priority: trivial Milestone: 0.8
Component: vuurmuur-conf Version: svn
Keywords: Cc:

Description

all said in the summary :)

Attachments (1)

version-in-about-dialog.patch (1.2 KB ) - added by rettub 13 years ago.

Download all attachments as: .zip

Change History (7)

by rettub, 13 years ago

comment:1 by Tiger!P, 13 years ago

Owner: changed from Victor Julien to Tiger!P

comment:2 by Tiger!P, 13 years ago

Milestone: undecided0.9
Resolution: fixed
Status: newclosed

This has been put in the trunk with a small change. See r327 for the changes.

in reply to:  2 comment:3 by rettub, 13 years ago

Resolution: fixed
Status: closedreopened

Replying to tigerp:

This has been put in the trunk with a small change. See r327 for the changes.

looking at that patch again, may be a better solution is to use something like

'char about_version_string[sizeof(version_string) + strlen("Version:_\n") + 1];'

just to be aware of buffer overflow.

comment:4 by rettub, 13 years ago

Little late yesterday:) Not a buffer overflow is the problem (snprintf), a possible truncated string is.

comment:5 by Victor Julien, 13 years ago

Resolution: fixed
Status: reopenedclosed

comment:6 by Victor Julien, 10 years ago

Milestone: 0.90.8
Note: See TracTickets for help on using tickets.