Bug 121723

Summary: too many arguments in function call + array subscript out of range
Product: [Fedora] Fedora Reporter: d.binderman
Component: krb5Assignee: Nalin Dahyabhai <nalin>
Status: CLOSED UPSTREAM QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: mgarski
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-12-18 20:49:57 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:

Description d.binderman 2004-04-26 19:19:38 UTC
Description of problem:

I just tried to compile Core2 Test2 package krb5-1.3.2-1

The compiler said

1.

cmds.c(1361): warning #140: too many arguments in function call

The source code is

                cstatus(argc,argv);

but

static void cstatus()
{

2.

kerberos.c(622): warning #175: subscript out of range

The source code is

                name[255] = '\0';




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


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Marcin Garski 2004-12-18 20:49:57 UTC
Thank you for the bug report. However this bugs should be reported
upstream (and fixed by MIT krb5 developers) so everyone could use
fixed version (not just Fedora Core users).

I've sent this bug report to MIT krb5 maintainers.