Günter Obiltschnig
Günter Obiltschnig
https://github.com/intel-iot-devkit/upm http://iotdk.intel.com/docs/master/mraa/
In the current implementation JavaScript servlets and server pages are compiled whenever they are requested. From a performance perspective this is unacceptable. There should be a pooling mechanism that enables...
This [expat release](https://github.com/libexpat/libexpat/blob/R_2_4_9/expat/Changes) fixes CVE-2022-40674 - Heap use-after-free vulnerability in function doContent. Expected impact is denial of service or potentially arbitrary code execution. Should be fixed in both 1.12 and...
Just a reminder to review and possibly add the contribution by @throstur62
This has been implemented once, but broke the Zip library and has been removed again. Look at this again and fix it for good.
Plain sockets are thread-safe with regards to different threads calling `sendBytes()` and `receiveBytes()` simultaneously. This is not the case with `SecureStreamSocket`. While it seems to work most of the time,...
While CppParser is far from being a complete C++ parser, it should nevertheless be able to process the header files from the POCO C++ Libraries without too many issues. One...
Generate a document that describes general thread safety considerations for POCO C++ Libraries classes. Specifically, give a warning that some classes (Poco::DateTime, Poco::Timestamp, etc.) are not thread safe and users...
https://github.com/PCRE2Project/pcre2/releases/tag/pcre2-10.44 https://github.com/PCRE2Project/pcre2/blob/pcre2-10.44/ChangeLog