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)
Fri, Mar 28, 1:10 AM
Unknown Object (File)
Sat, Mar 15, 2:21 AM
Unknown Object (File)
Sat, Mar 15, 12:41 AM
Unknown Object (File)
Feb 5 2025, 5:00 PM
Unknown Object (File)
Feb 5 2025, 3:10 PM
Unknown Object (File)
Feb 5 2025, 3:07 PM
Unknown Object (File)
Jan 27 2025, 4:34 PM
Unknown Object (File)
Jan 27 2025, 12:46 PM
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