|
Bugzilla – Full Text Bug Listing |
| Summary: | Using -s option causes segfault | ||
|---|---|---|---|
| Product: | Sudo | Reporter: | Howard Kash <howard.m.kash.civ> |
| Component: | Sudo | Assignee: | Todd C. Miller <Todd.Miller> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | low | ||
| Version: | 1.7.9 | ||
| Hardware: | All | ||
| OS: | All | ||
| Attachments: | Fix for "sudo -s command" crash | ||
|
Description
Howard Kash
2012-06-14 15:44:34 MDT
Created attachment 352 [details]
Fix for "sudo -s command" crash
This was due to a mis-merge from sudo trunk. The attached patch moves the allocation until after the command has been escaped which fixes the problem.
Fixed in sudo 1.7.10. |