Re: Upcoming FreeBSD Security Advisory

看板FB_security作者時間16年前 (2009/12/01 20:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串8/17 (看更多)
Jan Muenther napsal/wrote, On 12/01/09 12:53: > I'd be greatly surprised if the affected code looked different in 6.x. True, affected code is same. But unsetenv() "return" 'void' on 6.x, so the code can't be patched the same way as in 7.x/8.x/HEAD We need something like if (getenv(...) != NULL ) { unsetenv(...); if (getenv(...) != NULL ) ABORT - BROKEN ENVIRONMENT } Dan _______________________________________________ freebsd-security@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-security To unsubscribe, send any mail to "freebsd-security-unsubscribe@freebsd.org"
文章代碼(AID): #1B5Gp43n (FB_security)
討論串 (同標題文章)
文章代碼(AID): #1B5Gp43n (FB_security)