Bug 161473 - security/pam_ssh_agent_auth: update to fix segmentation fault in 0.9.3
Summary: security/pam_ssh_agent_auth: update to fix segmentation fault in 0.9.3
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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-10 20:20 UTC by corsmith
Modified: 2011-10-23 16:46 UTC (History)
0 users

See Also:


Attachments
file.diff (17.45 KB, patch)
2011-10-10 20:20 UTC, corsmith
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description corsmith 2011-10-10 20:20:07 UTC
When using this port with the current version of sudo a segmentation fault occurs.  More information can be found at:

http://lists.freebsd.org/pipermail/freebsd-security/2011-September/006014.html

This patch fixes the problem by renaming the function call in pam_ssh_agent_auth.

The purpose of this update is to provide a work-able solution until a more permanent fix is available from the developer.

-Corey Smith

Fix: Patch attached

Patch attached with submission follows:
How-To-Repeat: # update to latest security/sudo and security/pam_ssh_agent_auth
sudo su -
# segmentation fault
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-10-10 20:20:23 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2011-10-23 16:46:46 UTC
State Changed
From-To: open->closed

Committed. Thanks!