summaryrefslogtreecommitdiff
path: root/src/initrd/nmi-dt-reader.c
Commit message (Expand)AuthorAgeFilesLines
* all: use nm_clear_pointer() instead of g_clear_pointer()Thomas Haller2020-03-231-1/+1
* all: use nm_clear_g_free() instead of g_clear_pointer()Thomas Haller2020-03-231-1/+1
* initrd: don't use inet_aton() to parse IPv4 addressThomas Haller2019-12-051-14/+7
* initrd: fix out-of-bounds read when detecting address family in dt_get_ipaddr...Thomas Haller2019-12-051-23/+7
* initrd: use cleanup attribute in nmi_dt_reader_parse()Thomas Haller2019-12-051-21/+14
* initrd: fix use-after-free for variable "s_gateway" in nmi_dt_reader_parse()Thomas Haller2019-12-051-2/+2
* initrd: generate IPv6 profiles with ipv6.addr-gen-mode=eui64Thomas Haller2019-12-041-0/+4
* all: unify format of our Copyright source code commentsThomas Haller2019-10-021-1/+1
* all: manually drop code comments with file descriptionThomas Haller2019-10-011-2/+1
* all: SPDX header conversionLubomir Rintel2019-09-101-15/+1
* initrd: add devicetree supportLubomir Rintel2019-09-101-0/+411