Skip to content
Snippets Groups Projects
Commit 74f723bb authored by Vladimir Davydov's avatar Vladimir Davydov Committed by Vladimir Davydov
Browse files

sequence: use xmalloc where appropriate

Allocations from fiber region and heap should never fail so it's okay to
use xmalloc for them.

This fixes the following coverity report complaining about unchecked
region_alloc result:

https://scan7.scan.coverity.com/reports.htm#v39198/p13437/fileInstanceId=149497639&defectInstanceId=19021351&mergedDefectId=1525560

NO_DOC=refactoring
NO_TEST=refactoring
NO_CHANGELOG=refactoring
parent 0704ebb7
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment