| Summary: | [patch] getenv(3) manpage doesn't state the return value from getenv() | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Russell Francis <rf358197> | ||||
| Component: | Books & Articles | Assignee: | Tom Rhodes <trhodes> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Russell Francis
2003-12-24 14:00:32 UTC
trhodes 2006-10-12 08:39:24 UTC
FreeBSD src repository
Modified files:
lib/libc/stdlib getenv.3
Log:
Note that the value from getenv() should not be modified by applications.
PR: 60544
Reviewed by: ru
Revision Changes Path
1.19 +5 -1 src/lib/libc/stdlib/getenv.3
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->patched Revision 1.15 discussed the return value, so I have committed a different fix explaining that applications should not modify the return value. Thanks for the submission! Responsible Changed From-To: freebsd-doc->trhodes Over to me, MFC reminder. State Changed From-To: patched->closed Changes have been merged to RELENG_6, thanks! |