Matthew Eshleman

Results 12 comments of Matthew Eshleman

Hi, I've encountered this issue with a json third party library, which sadly uses strdup() internally. Any updates or where could we find that patch? Using 3.8. Thank you very...

Sadly the memory is allocated internal to this library as well as de-allocated internally. This library is legacy for this project, so sadly not easy to extract/change right now. I've...

Unfortunately the memory allocated via strdup() (internal to the json library) and then free'd using free (internal to the json library) creates a false test failure regarding unknown memory being...

Sorry, it isn't a library in the strict "external" library and linker sense, as we are building the source with our test build. i.e. this json code is part of...

We are using the official 3.8 release, so I'll have to investigate that option. It seems that it isn't included normally, but I'll check on that next week. Thank you!!...

Looks like it was removed in 3.8. Anyhow, I'll see about checking patches, etc: https://github.com/cpputest/cpputest/blob/v3.8/include/CppUTest/MemoryLeakDetectorMallocMacros.h

My apologies for taking so long to think through this. I appreciate the effort, however I would rather an example of this sort not duplicate an existing functionality in the...

Experiencing this since installing .net8 on system, despite building for .net6 at the moment. Happens in Windows or Linux build environments with .net8 installed. I'm using JetBrains Rider, fwiw. {semvertag}...

> Seems to be new in .NET 8.0 linked to the SourceLink features... > > .NET 8.0 - What's new: https://learn.microsoft.com/en-us/dotnet/core/whats-new/dotnet-8#source-link > > Workaround/Fix found here: [dotnet/sdk#34568 (comment)](https://github.com/dotnet/sdk/issues/34568#issuecomment-1832805087) > >...

Just updated to VMWARE Workstation Pro 17.5.0 and this issue is still plaguing a development team I work with. Please fix! Win11 host (all updates applied) Debian 11 guest (all...