How do you even investigate Segfaults with OpenAI Agents?
I have a "simple" segfault because of an out of bounds read/write in one of my libraries. I cannot get any Astra/Sol/Luna agent to finish the probe work on this without it running into the 'security work' blocker. This is an open code base, locally checked out.
Any tips or hints? There is not a sliver of nefarious intent behind me asking "why does a high index XY cause an out-of-bound read". And I can't see why this would trigger any safeguards.
4 comments
[ 0.23 ms ] story [ 11.9 ms ] thread> out-of-bound read". And I can't see why this would trigger any safeguards
If you only look at the later half of your statement, it's much clearer. Out-of-bounds read is a primary means to have unintended byte interpretation, it's pretty foundational in exploits aiui