Bug 1132062 - krb5_ldap_parse_principal_name strdup check
Summary: krb5_ldap_parse_principal_name strdup check
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: krb5
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Nalin Dahyabhai
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-08-20 15:08 UTC by Sami Farin
Modified: 2014-08-20 23:17 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2014-08-20 23:17:28 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
check strdup ret val (528 bytes, patch)
2014-08-20 15:08 UTC, Sami Farin
no flags Details | Diff

Description Sami Farin 2014-08-20 15:08:00 UTC
Created attachment 928865 [details]
check strdup ret val

Description of problem:
   *o_princ_name = strdup(i_princ_name);
   if (!o_princ_name)
     return ENOMEM;

FAIL.

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

How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 Nalin Dahyabhai 2014-08-20 23:17:28 UTC
It appears this is fixed in upstream master, but not yet as of 1.12.2.  Pulled in for 1.12.2-3 and 1.11.5-12.  Thanks!


Note You need to log in before you can comment on or make changes to this bug.