Michael Haubenwallner

Results 6 issues of Michael Haubenwallner

Having a process id and user id in the 'Received' mail header is of little use. Better use "with <package name and version>" instead. Note that the 'Received' header often...

Trivial fix for this warning seen with gcc-8.2: ``` itoa.cc: In function 'const char* itoa(long int, int)': itoa.cc:18:32: warning: array subscript -1 is below array bounds of 'char [64]' [-Warray-bounds]...

X-Gentoo-Bug: 155161 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=155161

When compiling for 64bit Windows, size_t and unsigned int are of different size, leading cl.exe to warning C4267: conversion from 'size_t' to 'unsigned int', possible loss of data #34 contains...

When the application explicitly catches (to rethrow) `java.lang.ThreadDeath`, upgrading to `JavaSE-21` on the compiler level introduces a warning about `ThreadDeath` being deprecated for removal. Are there any plans already on...

enhancement
deprecation

So we have this situation around some application: - `jakarta.servlet-api 4.0.0` is required - `jakarta.servlet-api 5.0.0` is required - `jakarta.servlet-api 6.1.0` must not be present, otherwise the OSGi/Equinox classloader will...