Bug 153763

Summary: [MAINTAINER] benchmarks/dbench: fix a race condition
Product: Ports & Packages Reporter: Julien Laffaye <kimelto>
Component: Individual Port(s)Assignee: Philippe Audeoud <jadawin>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
dbench-4.0_2.patch none

Description Julien Laffaye 2011-01-07 14:50:04 UTC
Fix a race condition:
It is possible that the semaphore is removed before it is used.

Added file(s):
- files/patch-dbench.c

Generated with FreeBSD Port Tools 0.99
Comment 1 Philippe Audeoud freebsd_committer freebsd_triage 2011-01-07 15:00:45 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jadawin

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-01-08 16:13:31 UTC
jadawin     2011-01-08 16:13:25 UTC

  FreeBSD ports repository

  Modified files:
    benchmarks/dbench    Makefile distinfo 
  Added files:
    benchmarks/dbench/files patch-dbench.c 
  Log:
  - Add patch to fix a race condition
  - Bump PORTREVISION
  
  PR:             ports/153763
  Submitted by:   Julien Laffaye <kimelto _AT_ gmail.com> (maintainer)
  
  Revision  Changes    Path
  1.25      +1 -1      ports/benchmarks/dbench/Makefile
  1.6       +0 -1      ports/benchmarks/dbench/distinfo
  1.1       +20 -0     ports/benchmarks/dbench/files/patch-dbench.c (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Philippe Audeoud freebsd_committer freebsd_triage 2011-01-08 16:14:04 UTC
State Changed
From-To: open->closed

Committed. Thanks!