]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Nuke out buffer overflow safety marker code.
authorMaxim Sobolev <sobomax@FreeBSD.org>
Fri, 23 Nov 2018 22:36:56 +0000 (22:36 +0000)
committerKyle Evans <kevans@FreeBSD.org>
Fri, 8 Oct 2021 02:40:36 +0000 (21:40 -0500)
commit72004aae0c335e6cb51923d6b80b372fca0f66e8
tree816547082c5ed79449da47d87c5397ffecee6610
parentde406844ebab732f2f802a72888ec362f65136fb
Nuke out buffer overflow safety marker code.

It duplicates similar code in the malloc()/free() as well as having
potential of softening the handling in case error is detected down to a
mere warning as compared to hard panic in free().

(cherry picked from commit 6c81fe160cb922d35cc740e2fa8be1a9467d139f)
stand/common/bcache.c