unified-memory-framework icon indicating copy to clipboard operation
unified-memory-framework copied to clipboard

Disjointpool seqfaults if parameters are NULL.

Open lplewa opened this issue 1 year ago • 1 comments

Other pools uses default config(tbh only jmalloc, and disjoint uses any parameters). For sure we should not throw seqfault. as easy fix can just return einval, but we might consider going with some default configuration if possible

lplewa avatar Oct 15 '24 15:10 lplewa

https://github.com/oneapi-src/unified-runtime/blob/568a96aabc6edabe8514ae163aecc64cd5a41878/source/common/umf_pools/disjoint_pool_config_parser.cpp#L28

pbalcer avatar Oct 16 '24 09:10 pbalcer