CVE-2019-5736: runc container breakout
CVE-2019-5736: runc container breakout
Posted Feb 12, 2019 16:41 UTC (Tue) by NYKevin (subscriber, #129325)In reply to: CVE-2019-5736: runc container breakout by ColinIanKing
Parent article: CVE-2019-5736: runc container breakout
No, because according to realloc(3):
> If realloc() fails the original block is left untouched; it is not freed or moved.
So instead of segfaulting you would drop into an infinite loop and/or trigger the OOM killer. That's bad, but it's (probably) not a vuln.
