Bug 224090

Summary: buggy tor-0.1.0.15-setgroups.patch
Product: [Fedora] Fedora Reporter: Sami Farin <hvtaifwkbgefbaei>
Component: torAssignee: Enrico Scholz <rh-bugzilla>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: medium    
Version: 6   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 0.1.1.26-2 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-02-03 15:37:59 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
updated setgroups patch none

Description Sami Farin 2007-01-24 00:38:20 UTC
Description of problem:

You do:
log_fn(LOG_ERR,"Error setting groups: %s", strerror(errno));

But function is:
void _log_fn(int severity, uint32_t domain, const char *format, ...);

Version-Release number of selected component (if applicable):


How reproducible:
N/A

Steps to Reproduce:
1. N/A
2.
3.
  
Actual results:
N/A

Expected results:
N/A

Additional info:
Fixed patch attached.

Comment 1 Sami Farin 2007-01-24 00:38:20 UTC
Created attachment 146384 [details]
updated setgroups patch

Comment 2 Enrico Scholz 2007-02-03 15:37:59 UTC
thx for catching this; it's strange that the patch applied although its context
changed.