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

Fix return value of `realloc` not stored



zsh/Src/Modules/watch.c:567:7: error: Return value of allocation function 'realloc' is not stored. [leakReturnValNotUsed]

      realloc(*head, (wtabmax *= 2) * sizeof(WATCH_STRUCT_UTMP));

Attachment: fix-realloc.patch
Description: Binary data



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