ChanServ changed the topic of #panfrost to: Panfrost - FLOSS Mali Midgard & Bifrost - Logs https://oftc.irclog.whitequark.org/panfrost - <macc24> i have been here before it was popular
enunes has joined #panfrost
enunes has quit [Remote host closed the connection]
<icecream95>
"(offset + sz) >= pool->base.slab_size". This is why most of the buffer overflows I found were never hit in normal usage... in effect the allocator always allocates an extra array element
<icecream95>
(Should be ">" for slightly better memory usage at the expense of off-by-one errors doing Bad Things)
enunes has joined #panfrost
enunes has quit []
erle has quit [Ping timeout: 480 seconds]
atler is now known as Guest4768
atler has joined #panfrost
Guest4768 has quit [Ping timeout: 480 seconds]
<icecream95>
uhh... panfrost_set_stream_output_targets seems completely broken to me, why do both loops start at zero?
<icecream95>
That will only work if every second invocatio of the function is with num_targets=0