Modify ↓
Opened 19 years ago
Closed 19 years ago
#569 closed defect (fixed)
Multiple Seg Fault possible
| Reported by: | Bruno Cornec | Owned by: | Bas van der Vlies |
|---|---|---|---|
| Priority: | normal | Component: | EmailtoTracScript |
| Severity: | major | Keywords: | |
| Cc: | Trac Release: | 0.9 |
Description
trac_script would be defined simplier by doing: asprintf(&trac_script, "%s/%s", TRAC_SCRIPT_PATH, TRAC_SCRIPT_NAME);
then values of MTA and TRAC from getpwnam should be tested in order to avoid Seg. Fault.
Attachments (0)
Change History (3)
comment:1 Changed 19 years ago by
| Status: | new → assigned |
|---|
comment:3 Changed 19 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.



Thanks added a length chack for usernames and add a check if the MTA user is a valid user else we got an seg. fault ;-(
Fixed in trunk