Benjamin Gilbert
Benjamin Gilbert
I think it's okay to stabilize `fcos` 1.5.0 without this; the concern is stabilizing it into an `openshift` spec.
Was there a previous version of Container Linux that did not have this problem? We'll shortly be rolling out a new stable release that updates to the 4.12 kernel. Please...
Thanks for the detailed info. `flush_unmaps_timeout+0xa7` is this line: https://github.com/coreos/linux/blob/5614d6af6222fab53adddc3258cf8c28b9be3030/drivers/iommu/intel-iommu.c#L1575 Could you post the output of `dmesg` from one of these machines when it's running normally? As a workaround, you...
Are you still seeing this on current versions of Container Linux?
Hi John, where does the URL argument come from? Is it possible that a malicious workspace could embed a URL with a semicolon and a shell command?
I don't think an attack that requires the attacker to modify the prefs file is a meaningful vulnerability, provided that there's no way for a workspace to do that autonomously....
OpenSlide currently can read only 8-bit NDPI files and produces only 8-bit output. Could you post, or send me privately, a sample 16-bit NDPI file?
Thanks for the report. I'm not aware of anyone working on this; feel free to take it! Here are the changes that would be needed: - `configure.ac` should check for...
Closing in favor of #398.
We should try to use an existing DICOM library if possible, rather than hand-parsing the DICOM container. There appear to be reasonable libraries in C++ ([DCMTK](http://dicom.offis.de/dcmtk.php.en) and [GDCM](http://gdcm.sourceforge.net/wiki/index.php/Main_Page)), but sadly...