[InterNetNews/inn] 1dd7f0: mlockfile: Fix a malloc size
Julien ÉLIE
noreply at github.com
Fri Sep 11 21:03:57 UTC 2026
Branch: refs/heads/main
Home: https://github.com/InterNetNews/inn
Commit: 1dd7f0fd6ba01f97ed4022222988d3059644c59a
https://github.com/InterNetNews/inn/commit/1dd7f0fd6ba01f97ed4022222988d3059644c59a
Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
Date: 2026-09-11 (Fri, 11 Sep 2026)
Changed paths:
M contrib/mlockfile.c
Log Message:
-----------
mlockfile: Fix a malloc size
ml is declared as struct mlock *ml, so sizeof(ml) is
sizeof(struct mlock *), NOT sizeof(struct mlock).
To unsubscribe from these emails, change your notification settings at https://github.com/InterNetNews/inn/settings/notifications
More information about the inn-committers
mailing list