Bug 153763 - [MAINTAINER] benchmarks/dbench: fix a race condition
Summary: [MAINTAINER] benchmarks/dbench: fix a race condition
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Philippe Audeoud
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-07 14:50 UTC by Julien Laffaye
Modified: 2011-01-08 16:20 UTC (History)
0 users

See Also:


Attachments
dbench-4.0_2.patch (1.68 KB, patch)
2011-01-07 14:50 UTC, Julien Laffaye
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!