Page MenuHomeFreeBSD

utf8_to_ucs2() should check for malloc failure
ClosedPublic

Authored by tsoome on Jan 16 2018, 11:48 AM.
Tags
None
Referenced Files
Unknown Object (File)
May 17 2024, 11:27 PM
Unknown Object (File)
May 13 2024, 5:20 PM
Unknown Object (File)
May 9 2024, 9:56 AM
Unknown Object (File)
Mar 31 2024, 4:27 AM
Unknown Object (File)
Mar 20 2024, 10:07 AM
Unknown Object (File)
Feb 25 2024, 11:24 AM
Unknown Object (File)
Feb 23 2024, 3:21 PM
Unknown Object (File)
Feb 23 2024, 3:21 PM
Subscribers
None

Details

Summary

utf8_to_ucs2() is calling malloc() without checking the result.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Wow! How'd that get left out...
]

This revision is now accepted and ready to land.Jan 16 2018, 4:19 PM
This revision was automatically updated to reflect the committed changes.