X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Fstore.c;h=a06e1c19afd1035a804d005cf0b9ff7142d0b562;hb=152481a026745132f8cd90fac166e6f4ecb6ea58;hp=049c988bed85f37d2c3867130f50a9fb9492a35a;hpb=65766f1b723ea2e16d7ebebeeb6367147098bd18;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/store.c b/src/src/store.c index 049c988be..a06e1c19a 100644 --- a/src/src/store.c +++ b/src/src/store.c @@ -788,7 +788,7 @@ if (!(yield = mmap(NULL, (size_t)size, "called from line %d of %s", size, line, func); if (yield < tainted_base) tainted_base = yield; -if ((top = yield + size) > tainted_top) tainted_top = top; +if ((top = US yield + size) > tainted_top) tainted_top = top; return store_alloc_tail(yield, size, func, line, US"Mmap"); }