Tim Düsterhus
Tim Düsterhus
Consider the following program: ```c #include #include "hdr/hdr_histogram.h" #include "hdr/hdr_histogram_log.h" #include "hdr/hdr_histogram_version.h" int main() { struct hdr_histogram* histogram; char *result = NULL; hdr_init(1, 100, 1, &histogram); hdr_log_encode(histogram, &result); printf("%s\n", result);...
https://github.com/WoltLab/WCF/blob/1553925bcc2dfcc62452e22b3f42e33e6c79aa10/wcfsetup/install/files/lib/system/package/plugin/OptionPackageInstallationPlugin.class.php#L61 I am not aware of any users of this and this causes some questionable user experience, because options magically vanish depending on the admin's permissions. The options already contain...
- [ ] Update WCFSetup.css - [ ] Check if WCFSetup looks good. - [ ] Update the inlined header.tpl stuff in rescueMode.tpl - [ ] Check rescueMode.tpl on mobile...
see a7272346442fdcffcc6754d2a801c7f8a6cb1dfb This issue also affects the other apps.
The current directory organization primarily grew historically without any clear structure. This makes it hard to protect specific directories on non-Apache web servers and raises the chance for conflicts. The...
Often the board permissions are configured unnecessarily complex, not making use of inheritance and uselessly specifying permissions when the group permission is already appropriate. The ACL UI likely is at...
- [ ] When the user disables a specific method. - [ ] When 2FA is completely disabled by the user. - [ ] When 2FA is completely disabled by...