Evan Balster

Results 69 comments of Evan Balster

I'm running into issues with multipart parsing after my hosting provider upgraded to a more recent version of ModSecurity. Users of my software make small (

Here's a sample request _body_ which will produce a 500 error on my Dreamhost VPS with Apache. The target PHP script is not run. All newlines are `\r\n`. The actual...

The request body I posted is malformed because it lacks the final boundary. Previous versions of ModSecurity tolerated this omission. The version of ModSecurity currently used by my hosting provider...

> @airween > > but the issue is that there appears to be no way to configure ModSecurity to tolerate this missing piece > > sorry to ask but then...

@martinhsv We are talking about [the absence of two hyphens](https://github.com/SpiderLabs/ModSecurity/issues/1471#issuecomment-1440846212) `--` on the final boundary. * ModSecurity seems to afford flexibility in so many other cases, but here the only...

I noticed an error like this when moving to the current version of the library from an older version I've been using for years. I may or may not have...

It appears my source code matches this commit: https://github.com/memononen/libtess2/commit/d7c34ac3ff11993b0fc0395fe7d96f4cc75e6bb6 So the regression was introduced sometime afterwards. I'm particularly suspicious of [a specific line change to sweep.c](https://github.com/memononen/libtess2/commit/955761f46fcec73c91c5dbf2547b6f88afb5d3fc) that changed a comparison...

See this comment describing a much simpler error case. https://github.com/memononen/libtess2/issues/37#issuecomment-1958287801 I uploaded some source code that doesn't seem to exhibit that bug.

Hey all — This is causing headaches for my users since I started rolling out 64-bit versions of my app. I've done some tracing, and posted a thread on the...

In my case, I'm not linking to JACK, but interfacing via ASIO (from an MSVC x64 program). I commented here because the "symptoms" of the problem appear to be almost...