mpv/bstr
wm4 7ed4ce91e8 bstr: check for overflow in buffer allocation
We're being a little bit lazy here and limit the max allocation to
SIZE_MAX/2, which is practically infinite anyway on 64 bit systems.
2014-01-03 00:34:15 +01:00
..
bstr.c bstr: check for overflow in buffer allocation 2014-01-03 00:34:15 +01:00
bstr.h