Fix: lttng-snapshot: use after free of max size argument
[lttng-tools.git] / src / common /
2022-04-15  Jérémie GalarneauFix: sessiond: rotation trigger leak
2022-04-15  Jérémie GalarneauFix: action error query: leak of action path
2022-04-14  Jérémie GalarneauFix: sessiond: ODR violation results in memory corruption
2022-04-14  Jérémie GalarneauFix: liblttng-ctl: non-packed structure used for tracke...
2022-04-08  Jérémie GalarneauBuild fix: missing type traits on gcc < 5.0
2022-04-08  Jérémie GalarneauBuild fix: poll compatibility mode: zmalloc prototype...
2022-04-06  Jonathan RajotteFix: compat: 'LTTNG_UST_ABI_PROCNAME_LEN' is undeclared
2022-04-06  Simon Marchicommon: prevent using memset on non-POD types
2022-03-31  Simon MarchiAdd type-checked versions of allocation and deallocatio...
2022-03-30  Simon MarchiClean-up: Remove remaining max_t macros
2022-03-30  Simon MarchiRename C++ header files to .hpp
2022-03-18  Jérémie GalarneauFix: lttng-elf: wrong error label used by error path
2022-03-17  Michael JeansonClean-up: fix '-Wimplicit-fallthrough' warnings on...
2022-03-17  Michael JeansonClean-up: fix '-Wnused-parameter' warnings on various...
2022-03-17  Michael JeansonClean-up: fix '-Wundef' warnings on various platforms
2022-03-17  Michael JeansonFix: use the correct endian compat macros
2022-03-16  Jérémie GalarneauFix: lttng-elf: untrusted entry size divisor
2022-03-16  Jérémie GalarneauClean-up: exclusions: use LTTNG_EVENT_EXCLUSION_NAME_AT...
2022-03-16  Jérémie GalarneauClean-up: lttng-ctl: strnlen out of bounds access
2022-03-16  Jérémie GalarneauClean-up: sessiond-comm: out of bounds access warning
2022-03-16  Jérémie GalarneauFix: event: erroneous bound check on perf counter name...
2022-03-16  Jérémie GalarneauClean-up: use sizeof instead of repeating string length...
2022-03-15  Michael JeansonPrepare for '-Wimplicit-fallthrough'
2022-03-15  Michael JeansonPrepare for '-Wmissing-field-initializers'
2022-03-15  Michael JeansonPrepare for '-Wignored-qualifiers'
2022-03-15  Michael JeansonPrepare for '-Wunused-parameter'
2022-03-15  Michael Jeansonconfigure: add '-Wredundant-decls' to warning flags
2022-03-15  Michael Jeansonconfigure: add '-Wlogical-op' to warning flags
2022-03-15  Michael Jeansonconfigure: add '-Wundef' to warning flags
2022-03-15  Michael Jeansonconfigure: add '-Wnull-dereference' to warning flags
2022-03-08  Jérémie GalarneauFix: consumerd: use-after-free of metadata bucket
2022-03-08  Jérémie GalarneauFix: ust-consumerd: leak of stream control structure
2022-03-08  Jérémie GalarneauFix: liblttng-ctl: erroneous flat size computation
2022-03-03  Jonathan RajotteFix: consumerd: fd still open after `lttng snapshot...
2022-03-03  Jonathan RajotteFix: event: unchecked return value for lttng_strncpy
2022-03-03  Jonathan RajotteFix: event: format specifier for ssize_t
2022-03-01  Jonathan RajotteFix: common: local_attr might leak
2022-03-01  Jonathan RajotteFix: ser/des: missing null terminator on payload append
2022-02-28  Jonathan RajotteFix: liblttng-ctl comm: lttng_event_field is not packed
2022-02-28  Jonathan RajotteFix: liblttng-ctl comm: lttng_event_context is not...
2022-02-28  Jonathan RajotteFix: liblttng-ctl comm: lttng_event is not packed
2022-02-28  Jonathan Rajottelibcommon: move event.c to libcommon-lgpl
2022-02-28  Jonathan RajotteFix: liblttng-ctl comm: lttng_channel is not packed
2022-02-28  Jonathan RajotteFix: conversion from KB to bytes overflow on arm32
2022-02-28  Jonathan RajotteFix: Unexpected payload size in cmd_recv_stream_2_11
2022-02-04  Michael Jeansonsrc/common: use single Makefile for parallel builds
2022-01-28  Francis DeslauriersEnforce documented RCU preconditions with assertions
2022-01-20  Mathieu DesnoyersRelicence all source and header files included in LGPL...
2022-01-20  Mathieu DesnoyersMove utils_expand_path and utils_expand_path_keep_symli...
2022-01-20  Mathieu DesnoyersIntroduce libcommon-lgpl for liblttng-ctl
2022-01-20  Mathieu DesnoyersRename libcommon.so to libcommon-gpl.so
2022-01-20  Mathieu DesnoyersCopyright ownership transfer
2022-01-17  Jérémie GalarneauCopyright ownership transfer
2022-01-13  Jérémie GalarneauFix: relayd: rotation failure for multi-domain session
2022-01-10  Francis Deslauriersrelayd: add `lttcomm_relayd_command_str()`
2022-01-10  Simon Marchicommon: replace uses of calloc(..., 1) with zmalloc
2022-01-10  Mathieu DesnoyersFix: consumer-stream: live viewers observe timestamps...
2022-01-10  Simon Marchicommon: compile argpar-utils as C++
2021-12-16  Jérémie GalarneauFix: relayd comm: improperly packed rotate streams...
2021-12-16  Jonathan RajotteFix: ust-consumer: segfault on snapshot after regenerat...
2021-12-16  Simon Marchilttng: list valid condition / action names if missing...
2021-12-16  Simon Marchilttng: mention argument number on unknown action /...
2021-12-16  Simon Marchilttng: fix argument numbers in add-trigger error messages
2021-12-16  Simon Marchiargpar-utils: tweak unknown option error message
2021-12-16  Simon Marchiargpar: sync with upstream - adjust to iterator API
2021-12-15  Simon Marchiconfigure: enable -Wformat=2
2021-12-15  Simon Marchicommon: move append_str to string-utils
2021-12-09  Simon Marchiconfigure: enable -Wsuggest-attribute=format
2021-11-19  Simon Marchicommon: split ini-config in its own convenience library
2021-11-19  Michael JeansonFix: C++ syntax of macOS compat code
2021-11-19  Jérémie GalarneauDocs: optional.h: incorrect declaration example
2021-11-18  Michael JeansonFix: g++ 4.8 doesn't support non-trivial designated...
2021-11-18  Michael JeansonCleanup: typo: commiting -> committing
2021-11-18  Simon MarchiRemove extern "C" from internal headers
2021-11-18  Simon Marchicommon: compile libcommon as C++
2021-11-18  Simon Marchicommon: compile libconsumer, libust-consumer, libkernel...
2021-11-18  Simon Marchicommon: compile libindex as C++
2021-11-18  Simon Marchicommon: compile libtestpoint as C++
2021-11-17  Simon Marchicommon: compile librelayd as C++
2021-11-17  Simon Marchicommon: compile libsessiond-common as C++
2021-11-17  Simon Marchicommon: compile libkernel-ctl as C++
2021-11-17  Simon Marchicommon: compile libhealth as C++
2021-11-17  Simon Marchicommon: compile libhashtable as C++
2021-11-17  Simon Marchicommon: compile libfilter as C++
2021-11-17  Simon Marchicommon: compile libfd-tracker as C++
2021-11-17  Simon Marchicommon: compile libconfig as C++
2021-11-17  Simon Marchicommon: compile libcompat as C++
2021-11-17  Simon Marchicommon: compile libbytecode as C++
2021-11-17  Simon Marchicommon: compile libstring-utils as C++
2021-11-17  Simon Marchilib: compile liblttng-ctl as C++
2021-11-17  Simon Marchibin: compile lttng-consumerd as a C++
2021-11-17  Simon Marchibin: compile lttng-relayd as a C++
2021-11-17  Simon Marchibin: compile lttng-sessiond as C++
2021-11-17  Simon Marchicommon: fix compilation when strnlen, strnup and memrch...
2021-11-02  Francis DeslauriersFix: use <unistd.h> instead of <sys/unistd.h>
2021-10-15  Simon Marchibin: compile lttng as C++
2021-10-15  Michael JeansonCleanup: always use sysconf to get the page size
2021-10-15  Michael JeansonCleanup: namespace 'align' macros
2021-10-14  Simon Marchicommon/macros: don't define min and max macros in C++
2021-10-14  Simon Marchiliblttng-ctl: use export list to define exported symbols
next
This page took 0.045343 seconds and 7 git commands to generate.