tomaz-beltram

Results 3 issues of tomaz-beltram

**Describe the bug** Crating a Poco::Timestamp from Poco::DateTime and using Poco::DateTimeFormatter::format() creates invalid ISODate with negative hour, minute and second values for timestamps before October 15, 1582. **To Reproduce** std::string...

bug

The change below fixes wrong vpd allocation of 18 bytes insted of 12. diff --git a/usr/stklxx_pm.c b/usr/stklxx_pm.c index 3f16e02..559b792 100644 --- a/usr/stklxx_pm.c +++ b/usr/stklxx_pm.c @@ -34,7 +34,7 @@ static void...

**Describe the bug** When using multiple LTFS mounts in parallel it happens sometimes that the unmount returns "Device or resource busy" error repeatedly for a longer period of time. Also...