Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Fix return value of `realloc` not stored



On Fri, Jan 3, 2025 at 8:24 AM Dimitris Apostolou
<dimitris.apostolou@xxxxxxxxxx> wrote:
>
> zsh/Src/Modules/watch.c:567:7: error: Return value of allocation function 'realloc' is not stored. [leakReturnValNotUsed]

This also looks like a false positive to me, the analyzer has not
properly recognized that the assignment operator on line 566 stores
the value from the realloc() call on line 567.  Please explain how
your new code is functionally different from the previous code?

Also when submitting patches, please provide a prose rationale, rather
than just quoting a lint message.




Messages sorted by: Reverse Date, Date, Thread, Author