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)
Sat, Dec 21, 6:10 AM
Unknown Object (File)
Fri, Dec 6, 2:03 PM
Unknown Object (File)
Fri, Dec 6, 2:03 PM
Unknown Object (File)
Fri, Dec 6, 2:03 PM
Unknown Object (File)
Fri, Dec 6, 1:50 PM
Unknown Object (File)
Nov 27 2024, 5:47 AM
Unknown Object (File)
Nov 20 2024, 10:28 PM
Unknown Object (File)
Nov 17 2024, 6:15 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 Passed
Unit
No Test Coverage
Build Status
Buildable 14410
Build 14562: arc lint + arc unit

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.