logoalt Hacker News

pizlonatortoday at 3:25 AM2 repliesview on HN

Your godbolt code used atomic_thread_fence

The quote uses atomic_signal_fence.

If you find a way to bypass my checks, file a bug. I tried very hard to break it. My agent loops tried even harder


Replies

jancsikatoday at 4:22 AM

> My agent loops tried even harder

What happens if you ask to find the strings that will erroneously return True from validateSafeInlineAsm for disallowed asm? :)

show 1 reply
IAmLiterallyABtoday at 3:31 AM

Oops, you're right. I was thinking of those as nearly interchangeable but they're actually pretty different.

I might give it a try when I have a chance, I'll let you know if anything comes of it.