Cliff L. Biffle
Cliff L. Biffle
FWIW, the all-closing-braces-at-the-left-margin behavior I was seeing (which I'm still seeing on the released package, btw) is from programmatically created documents, _not_ parsed documents. So your test case may be...
FWIW, I just spent a bunch of time trying to figure out why the publicly documented `enabled` API wasn't working in my app. If y'all are hesitant to remove it...
Ah. Yes, I missed that when reading the code: https://github.com/raspberrypi/pico-bootrom/blob/master/bootrom/virtual_disk.c#L205 - that likely needs to be derived from the transfer address rather than the block number. If my current understanding...
I've added the mitigation described above to [uf2l](https://github.com/cbiffle/uf2l) as well as added a check to the file validator that can detect files that will trip this bug. I'm happy to...
Thanks for the historical context. I'm happy to hold off and let @thoughtpolice do this, or to pitch in myself.
> I guess you could also say that unprivileged code should not be allowed to create a critical section for safety/security reasons? @hug-dev That's a system policy decision that's not...
> What would you need to change in stm32f4 to make it suitable for unpriv use, just use of a new cortex-m-unpriv or some other behaviour too? Off the top...
> This is an interesting point and similar to the problems we have with multi-core applications Yeah, I just ran across #149. It is a related issue. The suggestions made...
FWIW, here are the *safe* operations that will definitely misbehave in unprivileged mode. There may be others, but these are the ones that jumped out. There are also *unsafe* operations...
> Discussion from todays meeting: Probably best to toy around with the idea and see how that would work and if people are motivated to see it through. Also if...