|
Bugzilla – Full Text Bug Listing |
| Summary: | Segfault when sudo -i run from non-existent directory | ||
|---|---|---|---|
| Product: | Sudo | Reporter: | rmull <rmmullen> |
| Component: | Sudo | Assignee: | Todd C. Miller <Todd.Miller> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | low | ||
| Version: | 1.8.11 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Attachments: | Fix for crash when current working directory cannot be determined | ||
|
Description
rmull
2014-10-07 09:13:26 MDT
Created attachment 432 [details]
Fix for crash when current working directory cannot be determined
(In reply to Todd C Miller from comment #1) > Created attachment 432 [details] > Fix for crash when current working directory cannot be determined Patch fixes the segfault for me. sudo -i prints the same shell-init and chdir messages, but instead of a segfault I get the root prompt and my cwd is /root. Thanks for the quick turnaround. Fixed in sudo 1.8.11p1, available now. |