| Summary: | Update BadSize error messages | ||
|---|---|---|---|
| Product: | [Developer tools] valgrind | Reporter: | Paul Floyd <pjfloyd> |
| Component: | memcheck | Assignee: | Paul Floyd <pjfloyd> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 3.25 GIT | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Other | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: |
Initial patch only tested on FreeBSD
Updated for Linux |
||
|
Description
Paul Floyd
2025-09-05 08:07:40 UTC
I've done a load of tests for size of zero add alignment of zero https://github.com/paulfloyd/aligned_errors and pushed a few fixes to the code. I don't think that I checked whether posix_memalign allocates or not with a size of zero. Created attachment 184792 [details]
Initial patch only tested on FreeBSD
Need tol check on Linux and illumos
Created attachment 184793 [details]
Updated for Linux
next stop illumos
commit 66f0174466cd0d97d1b123ac8152797fb34aeb8c (HEAD -> master, origin/master, origin/HEAD) Author: Paul Floyd <pjfloyd@wanadoo.fr> Date: Sun Sep 7 22:01:34 2025 +0200 Bug 509139 - Update BadSize error messages |