[NTOS:MM] ExFreePoolWithTag(): Accept tag mismatch, on release build only (#1334)
authorSerge Gautherie <32623169+SergeGautherie@users.noreply.github.com>
Thu, 7 Feb 2019 15:57:56 +0000 (16:57 +0100)
committerHermès BÉLUSCA - MAÏTO <hermes.belusca-maito@reactos.org>
Thu, 7 Feb 2019 15:57:56 +0000 (16:57 +0100)
commit84e76b1c4c673f73968d0ce4c86b771c9cf519d4
treebdb9397fae30f65d781670fa8ebf340212e59396
parent0185ee46d5065cfd41a478c7210e423485c00430
[NTOS:MM] ExFreePoolWithTag(): Accept tag mismatch, on release build only (#1334)

"Release" builds should not BSoD on 'Freeing pool - invalid tag specified' case,
this is compatible with Windows behaviour.
Nothing changes otherwise concerning the "Debug" builds, where pool-tag mismatch
triggers a BSoD as expected.

CORE-15446
ntoskrnl/mm/ARM3/expool.c