Dan Klishch

Results 45 comments of Dan Klishch

Really like this change from userspace perspective. I think I spend around 20 minutes the day before yesterday figuring out how and when various protections get enabled.

> The second commit will probably disable dlopen from working in a program that needs to dynamically load a module or a shared library. No, if it had done that,...

@awesomekling, actually I argue that it is *easier* to write correct asynchronous code with coroutines than without. For example, [here](https://github.com/DanShaders/serenity/commit/9d232bec7e1369d2cd4ab8a4c7221fd094982ba1#diff-86a6eb0e30884f87a246c36a365a810d3e282a28a2baf31452a633d61a5ba596) is a streamable asynchronous implementation of deflate decompression. In total,...

Changes in the last push: - Rebase on top of master - Fix compile error in `Coroutine::Coroutine(Coroutine&&)` noticed by Ali (and add a test for it) - Add a test...