CVE-2019-5736: runc container breakout
CVE-2019-5736: runc container breakout
Posted Feb 12, 2019 19:03 UTC (Tue) by ibukanov (subscriber, #3942)In reply to: CVE-2019-5736: runc container breakout by NYKevin
Parent article: CVE-2019-5736: runc container breakout
Looping as opposed to calling abort() is a useful option in a complex application. It allows to attach a debugger and investigate the live state.
Plus in the container world it is quite likely that realloc returns null not when the system is out of memory, but rather when the container hits its allocation limits. Administrator may rise the limits and let the application to continue and reach some stable state when it can be properly closed.
