Ticket #116 (closed enhancement: fixed)

Opened 2 years ago

Last modified 17 months ago

add version to the about dialog of vuurmuur_conf

Reported by: rettub Owned by: tigerp
Priority: trivial Milestone: 0.9
Component: vuurmuur-conf Version: svn
Keywords: Cc:

Description

all said in the summary :)

Attachments

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

Change History

Changed 2 years ago by rettub

comment:1 Changed 2 years ago by tigerp

  • Owner changed from victor to tigerp

comment:2 follow-up: ↓ 3 Changed 2 years ago by tigerp

  • Status changed from new to closed
  • Resolution set to fixed
  • Milestone changed from undecided to 0.9

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

comment:3 in reply to: ↑ 2 Changed 2 years ago by rettub

  • Status changed from closed to reopened
  • Resolution fixed deleted

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 Changed 2 years ago by rettub

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

comment:5 Changed 17 months ago by victor

  • Status changed from reopened to closed
  • Resolution set to fixed
Note: See TracTickets for help on using tickets.