Ticket #116 (reopened enhancement)

Opened 4 months ago

Last modified 4 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 (1.2 kB) - added by rettub 4 months ago.

Change History

Changed 4 months ago by rettub

  Changed 4 months ago by tigerp

  • owner changed from victor to tigerp

follow-up: ↓ 3   Changed 4 months 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.

in reply to: ↑ 2   Changed 4 months 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.

  Changed 4 months ago by rettub

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

Note: See TracTickets for help on using tickets.