0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00
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 bstr: add bstr_xappend function 2013-12-30 22:49:50 +01:00