From zv@REDACTED Fri Jun 17 01:09:01 2016 From: zv@REDACTED (zv) Date: Thu, 16 Jun 2016 16:09:01 -0700 Subject: [erlang-patches] Ensure PCRE empty branch checker doesn't overflow Message-ID: <3d3ea34b-dbc7-9da2-a787-888b9dcc666d@nxvr.org> https://github.com/erlang/otp/pull/1105 https://github.com/erlang/otp/pull/1105.patch I was writing a symbolic execution workload with CUTER and found this issue with ePCRE. It's a generic stack exhaustion and is probably not exploitable. This is a quick patch for my own personal workload, I'd like to hear some input from someone better versed in EPCRE to see if there is a more fundamental issue at work here. - Zephyr Pellerin