[cmp] update Bled to latest

* Also fix a possible buffer overflow in msapi_utf8.h
This commit is contained in:
Pete Batard 2015-09-05 18:22:52 +01:00
parent ff9eae4e6d
commit 67081fac6e
7 changed files with 21 additions and 20 deletions

View file

@ -919,6 +919,7 @@ static int inflate_block(STATE_PARAM smallint *e)
}
default:
abort_unzip(PASS_STATE_ONLY);
return 0;
}
}