Page MenuHomeFreeBSD

xlocale.c: check for allocation failure
ClosedPublic

Authored by kib on Feb 2 2022, 5:35 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 24, 8:53 PM
Unknown Object (File)
Thu, Apr 24, 10:20 AM
Unknown Object (File)
Thu, Apr 24, 5:40 AM
Unknown Object (File)
Wed, Apr 23, 6:35 PM
Unknown Object (File)
Wed, Apr 23, 8:56 AM
Unknown Object (File)
Wed, Apr 23, 4:02 AM
Unknown Object (File)
Fri, Apr 18, 10:21 PM
Unknown Object (File)
Mar 28 2025, 1:10 AM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kib requested review of this revision.Feb 2 2022, 5:35 PM

All of the other calloc() calls in libc/locale/*.c have the same bug.

This revision is now accepted and ready to land.Feb 2 2022, 5:44 PM

Handle all calloc() invocations in locale/.

This revision now requires review to proceed.Feb 2 2022, 6:19 PM
This revision is now accepted and ready to land.Feb 2 2022, 9:13 PM