Author: pfg
Date: Fri Feb 21 04:48:25 2020
New Revision: 358209
URL: https://svnweb.freebsd.org/changeset/base/358209
Log:
MFC r357414, r357415, r357417, r357423, r357424, r357587, r357655:
ethernet: add some more Ethertypes.
Add some types based on other BSDs and also add EtherCat, PROFI
Author: kevans
Date: Fri Feb 21 04:42:16 2020
New Revision: 358208
URL: https://svnweb.freebsd.org/changeset/base/358208
Log:
MFC r357845: efiloader: don't execute hooks when setting currdev/loaddev
We still need to set the hooks to prevent improper manipulations thereafter
at the loader
Author: kevans
Date: Fri Feb 21 04:42:16 2020
New Revision: 358208
URL: https://svnweb.freebsd.org/changeset/base/358208
Log:
MFC r357845: efiloader: don't execute hooks when setting currdev/loaddev
We still need to set the hooks to prevent improper manipulations thereafter
at the loader
Author: kevans
Date: Fri Feb 21 04:41:22 2020
New Revision: 358207
URL: https://svnweb.freebsd.org/changeset/base/358207
Log:
MFC r357840: sys/kern sysent: re-add dependency on capabilities.conf
r356868 inadvertently removed this, so changes to capabilities.conf were no
longer considered
Author: kevans
Date: Fri Feb 21 04:41:22 2020
New Revision: 358207
URL: https://svnweb.freebsd.org/changeset/base/358207
Log:
MFC r357840: sys/kern sysent: re-add dependency on capabilities.conf
r356868 inadvertently removed this, so changes to capabilities.conf were no
longer considered
Author: kevans
Date: Fri Feb 21 04:38:59 2020
New Revision: 358206
URL: https://svnweb.freebsd.org/changeset/base/358206
Log:
MFC r347445, r353961: dtc build issues
r347445:
Fix build issue with clang 8.0.1
The algorithm header is needed to use std::remove_if
r353961:
exit req
Author: kevans
Date: Fri Feb 21 04:38:59 2020
New Revision: 358206
URL: https://svnweb.freebsd.org/changeset/base/358206
Log:
MFC r347445, r353961: dtc build issues
r347445:
Fix build issue with clang 8.0.1
The algorithm header is needed to use std::remove_if
r353961:
exit req
Author: kevans
Date: Fri Feb 21 04:34:54 2020
New Revision: 358205
URL: https://svnweb.freebsd.org/changeset/base/358205
Log:
MFC r357923-r357924: dtc fixes for /memreserve/ and -I/-O defaults
r357923:
Pull in latest fixes from dtc, up to 0060471
This includes a small battery of /mem
Author: kevans
Date: Fri Feb 21 04:34:54 2020
New Revision: 358205
URL: https://svnweb.freebsd.org/changeset/base/358205
Log:
MFC r357923-r357924: dtc fixes for /memreserve/ and -I/-O defaults
r357923:
Pull in latest fixes from dtc, up to 0060471
This includes a small battery of /mem
Author: mav
Date: Fri Feb 21 04:33:14 2020
New Revision: 358204
URL: https://svnweb.freebsd.org/changeset/base/358204
Log:
MFC r357657: Remove duplicate dbufs accounting.
Since AVL already has embedded element counter, use dn_dbufs_count
only for dbufs not counted there (bonus buffers) an
Author: kevans
Date: Fri Feb 21 04:31:30 2020
New Revision: 358203
URL: https://svnweb.freebsd.org/changeset/base/358203
Log:
MFC r357903: ncurses: correct check for gcc >= 5.0
The hack in question is intended to workaround seemingly bogus #line markers
in cpp output. As far as I can tell
Author: kevans
Date: Fri Feb 21 04:31:30 2020
New Revision: 358203
URL: https://svnweb.freebsd.org/changeset/base/358203
Log:
MFC r357903: ncurses: correct check for gcc >= 5.0
The hack in question is intended to workaround seemingly bogus #line markers
in cpp output. As far as I can tell
Author: kevans
Date: Fri Feb 21 04:30:21 2020
New Revision: 358202
URL: https://svnweb.freebsd.org/changeset/base/358202
Log:
MFC r357899: u_char -> vm_prot_t in a couple of places, NFC
The latter is a typedef of the former; the typedef exists and these bits are
representing vmprot values
Author: kevans
Date: Fri Feb 21 04:30:21 2020
New Revision: 358202
URL: https://svnweb.freebsd.org/changeset/base/358202
Log:
MFC r357899: u_char -> vm_prot_t in a couple of places, NFC
The latter is a typedef of the former; the typedef exists and these bits are
representing vmprot values
Author: mav
Date: Fri Feb 21 04:29:50 2020
New Revision: 358201
URL: https://svnweb.freebsd.org/changeset/base/358201
Log:
MFC r357920: Add support for Hygon NTB PCI device in ntb_hw_amd driver.
Modified:
stable/12/sys/dev/ntb/ntb_hw/ntb_hw_amd.c
stable/12/sys/dev/ntb/ntb_hw/ntb_hw_amd.h
Di
Author: mav
Date: Fri Feb 21 04:29:07 2020
New Revision: 358200
URL: https://svnweb.freebsd.org/changeset/base/358200
Log:
MFC r357919: Add Hygon PCI ID and description for AHCI SATA controller.
Modified:
stable/11/sys/dev/ahci/ahci_pci.c
Directory Properties:
stable/11/ (props changed)
Author: mav
Date: Fri Feb 21 04:28:42 2020
New Revision: 358199
URL: https://svnweb.freebsd.org/changeset/base/358199
Log:
MFC r357919: Add Hygon PCI ID and description for AHCI SATA controller.
Modified:
stable/12/sys/dev/ahci/ahci_pci.c
Directory Properties:
stable/12/ (props changed)
Author: kevans
Date: Fri Feb 21 04:25:10 2020
New Revision: 358198
URL: https://svnweb.freebsd.org/changeset/base/358198
Log:
MFC r357827: lualoader: disable autoboot on high-level interpreter errors
If we hit an error at this level, we are almost certainly not in any kind
of sane state w
Author: kevans
Date: Fri Feb 21 04:25:10 2020
New Revision: 358198
URL: https://svnweb.freebsd.org/changeset/base/358198
Log:
MFC r357827: lualoader: disable autoboot on high-level interpreter errors
If we hit an error at this level, we are almost certainly not in any kind
of sane state w
Author: cy
Date: Fri Feb 21 04:23:54 2020
New Revision: 358197
URL: https://svnweb.freebsd.org/changeset/base/358197
Log:
MFC r358069:
strchr() returns a pointer not an int.
Reported by: bjk
Approved by: des (blanket, implicit)
Modified:
stable/11/lib/libpam/modules/pam_login_ac
Author: cy
Date: Fri Feb 21 04:23:54 2020
New Revision: 358197
URL: https://svnweb.freebsd.org/changeset/base/358197
Log:
MFC r358069:
strchr() returns a pointer not an int.
Reported by: bjk
Approved by: des (blanket, implicit)
Modified:
stable/12/lib/libpam/modules/pam_login_ac
Author: cy
Date: Fri Feb 21 04:22:29 2020
New Revision: 358196
URL: https://svnweb.freebsd.org/changeset/base/358196
Log:
MFC r358067:
There is no pam(8) man page, it is pam(3).
Approved by: des (implicit, blanket)
Modified:
stable/11/lib/libpam/modules/pam_login_access/pam_login_a
Author: cy
Date: Fri Feb 21 04:22:29 2020
New Revision: 358196
URL: https://svnweb.freebsd.org/changeset/base/358196
Log:
MFC r358067:
There is no pam(8) man page, it is pam(3).
Approved by: des (implicit, blanket)
Modified:
stable/12/lib/libpam/modules/pam_login_access/pam_login_a
Author: cy
Date: Fri Feb 21 04:20:10 2020
New Revision: 358195
URL: https://svnweb.freebsd.org/changeset/base/358195
Log:
MFC r358068:
Add missing SYNOPSIS section.
Reported by: ports/textproc/igor
Modified:
stable/11/lib/libpam/modules/pam_login_access/login.access.5
Directory Pro
Author: cy
Date: Fri Feb 21 04:20:10 2020
New Revision: 358195
URL: https://svnweb.freebsd.org/changeset/base/358195
Log:
MFC r358068:
Add missing SYNOPSIS section.
Reported by: ports/textproc/igor
Modified:
stable/12/lib/libpam/modules/pam_login_access/login.access.5
Directory Pro
Author: glebius
Date: Fri Feb 21 04:18:15 2020
New Revision: 358194
URL: https://svnweb.freebsd.org/changeset/base/358194
Log:
Rework second part of r357558. Unroll the macro and allocate memory in
sleepable manner before entering the epoch for the send.
Modified:
head/sys/netgraph/ng_sock
Author: glebius
Date: Fri Feb 21 04:10:41 2020
New Revision: 358193
URL: https://svnweb.freebsd.org/changeset/base/358193
Log:
Revert one half of previous change r357558. Don't enter the epoch on
sends to control socket. Control socket messages can run constructors
of nodes and other stuff
Author: mjg
Date: Fri Feb 21 01:44:31 2020
New Revision: 358192
URL: https://svnweb.freebsd.org/changeset/base/358192
Log:
vfs: stop duplicating vnode work in audit during path lookup
Duplicating the work was putting an avoidable requirement that the filedesc
lock is held across the entir
Author: mjg
Date: Fri Feb 21 01:40:49 2020
New Revision: 358191
URL: https://svnweb.freebsd.org/changeset/base/358191
Log:
audit: provide audit_canon_path variant which accepts vnodes
Modified:
head/sys/security/audit/audit.h
head/sys/security/audit/audit_arg.c
head/sys/security/audit/aud
Author: mjg
Date: Fri Feb 21 01:40:20 2020
New Revision: 358190
URL: https://svnweb.freebsd.org/changeset/base/358190
Log:
audit: simplify path resolving logic
Modified:
head/sys/security/audit/audit_bsm_klib.c
Modified: head/sys/security/audit/audit_bsm_klib.c
==
Author: mjg
Date: Fri Feb 21 01:39:51 2020
New Revision: 358189
URL: https://svnweb.freebsd.org/changeset/base/358189
Log:
audit: rely on use count instead of hold count in audit_canon_path
Modified:
head/sys/security/audit/audit_bsm_klib.c
Modified: head/sys/security/audit/audit_bsm_klib.c
On Fri, 21 Feb 2020, mmats...@cybernet.co.jp wrote:
Hi Jeff,
From: Jeff Roberson
Date: Wed, 19 Feb 2020 08:17:27 + (UTC)
Author: jeff
Date: Wed Feb 19 08:17:27 2020
New Revision: 358097
URL: https://svnweb.freebsd.org/changeset/base/358097
Log:
Eliminate some unnecessary uses of UMA_ZON
Hi Jeff,
From: Jeff Roberson
Date: Wed, 19 Feb 2020 08:17:27 + (UTC)
>Author: jeff
>Date: Wed Feb 19 08:17:27 2020
>New Revision: 358097
>URL: https://svnweb.freebsd.org/changeset/base/358097
>
>Log:
> Eliminate some unnecessary uses of UMA_ZONE_VM. Only zones involved in
> virtual address
Author: jkim
Date: Fri Feb 21 00:33:21 2020
New Revision: 358188
URL: https://svnweb.freebsd.org/changeset/base/358188
Log:
MFC: r356963
Install man5 and man7 for OpenSSL.
Added:
stable/12/secure/lib/libcrypto/man/man3/
- copied from r356963, head/secure/lib/libcrypto/man/man3/
s
Author: vangyzen
Date: Thu Feb 20 23:53:48 2020
New Revision: 358187
URL: https://svnweb.freebsd.org/changeset/base/358187
Log:
clamp kernel dump compression level when using gzip
If the configured compression level for kernel dumps
it outside the supported range, clamp it to the closest
Author: vangyzen
Date: Thu Feb 20 23:47:09 2020
New Revision: 358186
URL: https://svnweb.freebsd.org/changeset/base/358186
Log:
truncate(2): extending the file is required by POSIX 2008
Update the man page to mention that extending a file with truncate(2)
is required by POSIX as of 2008.
Author: vmaffione
Date: Thu Feb 20 21:52:36 2020
New Revision: 358185
URL: https://svnweb.freebsd.org/changeset/base/358185
Log:
MFC r357846
bhyve: move virtio-net header processing to pci_virtio_net
This patch cleans up the API between the net frontends (e1000,
virtio-net) and the n
Author: vmaffione
Date: Thu Feb 20 21:48:36 2020
New Revision: 358184
URL: https://svnweb.freebsd.org/changeset/base/358184
Log:
MFC r356523
bhyve: add wrapper for debug printf statements
Add printf() wrapper to use CR/CRLF terminators depending on whether
stdio is mapped to a tty op
[ Charset UTF-8 unsupported, converting... ]
> On Thu, 20 Feb 2020 at 09:54, Pedro Giffuni wrote:
> >
> > On 2020-02-20 09:46, Ed Maste wrote:
> > > On Thu, 20 Feb 2020 at 04:56, Li-Wen Hsu wrote:
> > >> Please note this is not fixed in ci.freebsd.org yet. The reason is it
> > >> directly goes to
Author: bcran
Date: Thu Feb 20 21:29:59 2020
New Revision: 358183
URL: https://svnweb.freebsd.org/changeset/base/358183
Log:
dtc: remove unknown option printf, since getopt will print it
Since we don't set opterr to 0, getopt prints a message when it
encounters an unknown/invalid option.
Author: kib
Date: Thu Feb 20 21:25:12 2020
New Revision: 358182
URL: https://svnweb.freebsd.org/changeset/base/358182
Log:
Fix a bug in r358168, do not call sigfastblock_setpend() under a mutex.
PR: 244250
Reported and tested by: lwhsu
Sponsored by: The FreeBSD Foundation
Modif
To be clear, the before and after should have read:
Before:
$ swapinfo -h
Device 1K-blocks Used Avail Capacity
/dev/gpt/swapfs 1048576 0B 1.0G 0%
$
After:
$ swapinfo -h
Device Size Used Avail Capacity
/dev/gpt/swapfs 1.0G 0B 1.0G 0%
$
On Thu, Feb 20, 2020 at 09:12:10PM +, Christian S.J. Pe
Author: csjp
Date: Thu Feb 20 21:12:10 2020
New Revision: 358181
URL: https://svnweb.freebsd.org/changeset/base/358181
Log:
- Implement -h (human readable) for the size of the underlying block disk.
Currently, the size of the swap device is unconditionally reported using
blocks, even if
Author: vmaffione
Date: Thu Feb 20 21:07:23 2020
New Revision: 358180
URL: https://svnweb.freebsd.org/changeset/base/358180
Log:
bhyve: enable virtio-net mergeable rx buffers for tap(4)
This patch adds a new netbe_peek_recvlen() function to the net
backend API. The new function allows the
On Thu, 20 Feb 2020 at 10:52, Pedro F. Giffuni wrote:
>
> Author: pfg
> Date: Thu Feb 20 15:52:36 2020
> New Revision: 358170
> URL: https://svnweb.freebsd.org/changeset/base/358170
>
> Log:
> Revert r358153: it is causing unexpected issues with the build system.
Thanks Pedro.
As an aside free
Author: kp
Date: Thu Feb 20 17:26:08 2020
New Revision: 358178
URL: https://svnweb.freebsd.org/changeset/base/358178
Log:
virtio: Pass the interrupt type in mmio mode
When we register an interrupt handler we need to pass the intr_type along in
bus_setup_intr().
The interrupt type mat
Author: manu
Date: Thu Feb 20 17:20:50 2020
New Revision: 358177
URL: https://svnweb.freebsd.org/changeset/base/358177
Log:
linuxkpi: Add str_has_prefix
This function test if the string str begins with the string pointed
at by prefix.
Reviewed by: hselasky
MFC after:1 week
D
Author: manu
Date: Thu Feb 20 17:19:16 2020
New Revision: 358176
URL: https://svnweb.freebsd.org/changeset/base/358176
Log:
linuxkpi: Add list_is_first function
This function just test if the element is the first of the list.
Reviewed by: hselasky
MFC after:1 week
Differential
Author: kib
Date: Thu Feb 20 17:10:25 2020
New Revision: 358175
URL: https://svnweb.freebsd.org/changeset/base/358175
Log:
Print out some newly added PCIe extended capabilities and subclasses.
Taken from
https://pcisig.com/sites/default/files/files/PCI_Code-ID_r_1_11__v24_Jan_2019.pdf
Author: kib
Date: Thu Feb 20 17:08:52 2020
New Revision: 358174
URL: https://svnweb.freebsd.org/changeset/base/358174
Log:
Add more values for PCI capabilities, PCIe extended capabilities, and
subclasses.
Taken from
https://pcisig.com/sites/default/files/files/PCI_Code-ID_r_1_11__v24_Ja
Author: mjg
Date: Thu Feb 20 16:58:57 2020
New Revision: 358173
URL: https://svnweb.freebsd.org/changeset/base/358173
Log:
make sysent for r358172 ("vfs: add realpathat syscall")
Modified:
head/sys/compat/freebsd32/freebsd32_syscall.h
head/sys/compat/freebsd32/freebsd32_syscalls.c
head/sy
Author: mjg
Date: Thu Feb 20 16:58:19 2020
New Revision: 358172
URL: https://svnweb.freebsd.org/changeset/base/358172
Log:
vfs: add realpathat syscall
realpath(3) is used a lot e.g., by clang and is a major source of getcwd
and fstatat calls. This can be done more efficiently in the kerne
/ObsoleteFiles.inc
==
--- head/ObsoleteFiles.inc Thu Feb 20 15:52:36 2020(r358170)
+++ head/ObsoleteFiles.inc Thu Feb 20 16:38:30 2020(r358171)
@@ -37,10 +37,10 @@
# done
# 20200220: Upgrade of
Author: pfg
Date: Thu Feb 20 15:52:36 2020
New Revision: 358170
URL: https://svnweb.freebsd.org/changeset/base/358170
Log:
Revert r358153: it is causing unexpected issues with the build system.
Modified:
head/usr.sbin/services_mkdb/services
Modified: head/usr.sbin/services_mkdb/services
Author: tuexen
Date: Thu Feb 20 15:37:44 2020
New Revision: 358169
URL: https://svnweb.freebsd.org/changeset/base/358169
Log:
Remove an unused timer type.
MFC after:1 week
Modified:
head/sys/netinet/sctp_constants.h
Modified: head/sys/netinet/sctp_constants.h
===
On 20/02/2020 10:09, Ed Maste wrote:
On Thu, 20 Feb 2020 at 09:54, Pedro Giffuni wrote:
On 2020-02-20 09:46, Ed Maste wrote:
On Thu, 20 Feb 2020 at 04:56, Li-Wen Hsu wrote:
Please note this is not fixed in ci.freebsd.org yet. The reason is it
directly goes to src/release and perform `make
Author: kib
Date: Thu Feb 20 15:34:02 2020
New Revision: 358168
URL: https://svnweb.freebsd.org/changeset/base/358168
Log:
Do not read sigfastblock word on syscall entry.
On machines with SMAP, fueword executes two serializing instructions
which can be seen in microbenchmarks.
As a m
On Thu, 20 Feb 2020 at 09:54, Pedro Giffuni wrote:
>
> On 2020-02-20 09:46, Ed Maste wrote:
> > On Thu, 20 Feb 2020 at 04:56, Li-Wen Hsu wrote:
> >> Please note this is not fixed in ci.freebsd.org yet. The reason is it
> >> directly goes to src/release and perform `make packagesystem` to
> >> gen
On 2020-02-20 09:46, Ed Maste wrote:
> On Thu, 20 Feb 2020 at 04:56, Li-Wen Hsu wrote:
>> Please note this is not fixed in ci.freebsd.org yet. The reason is it
>> directly goes to src/release and perform `make packagesystem` to
>> generate kernel.txz and base.txz. If I read release(7) correctly
On Thu, 20 Feb 2020 at 04:56, Li-Wen Hsu wrote:
>
> Please note this is not fixed in ci.freebsd.org yet. The reason is it
> directly goes to src/release and perform `make packagesystem` to
> generate kernel.txz and base.txz. If I read release(7) correctly,
> this should be performed under a fresh
=
> --- head/ObsoleteFiles.incThu Feb 20 09:02:59 2020(r358163)
> +++ head/ObsoleteFiles.incThu Feb 20 09:12:07 2020(r358164)
> @@ -36,6 +36,12 @@
> # xargs -n1 | sort | uniq -d;
> # done
>
> +# 20200220: Upgrade of ncurses,
Author: bz
Date: Thu Feb 20 10:56:12 2020
New Revision: 358167
URL: https://svnweb.freebsd.org/changeset/base/358167
Log:
ip6_output: improve extension header handling
Move IPv6 source address checks from after extension header heandling
to the top of the function. If we do not pass these
On Wed, Feb 19, 2020 at 7:09 PM Li-Wen Hsu wrote:
>
> On Wed, Feb 19, 2020 at 5:04 PM Dimitry Andric wrote:
> >
> > On 2020-02-18 09:11, Baptiste Daroussin wrote:
> > > Author: bapt
> > > Date: Tue Feb 18 08:11:52 2020
> > > New Revision: 358062
> > > URL: https://svnweb.freebsd.org/changeset/bas
On Thu, Feb 20, 2020 at 2:06 PM Xin Li wrote:
>
>
>
> On 2/19/20 10:01 PM, Yuri Pankov wrote:
> > On 20 Feb 2020, at 06:54, Pedro F. Giffuni wrote:
> >>
> >> Author: pfg
> >> Date: Thu Feb 20 03:54:07 2020
> >> New Revision: 358153
> >> URL: https://svnweb.freebsd.org/changeset/base/358153
> >>
>
"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
-20200218:
- ncurses has been updated to a newer version (6.1-20200118). After an
- update some applications using ncurses may results have some rendering
- problems and would need to be rebuilt.
+20200
Author: bapt
Date: Thu Feb 20 09:17:45 2020
New Revision: 358165
URL: https://svnweb.freebsd.org/changeset/base/358165
Log:
Bump __FreeBSD_version after bumping ncurses shlib
Modified:
head/sys/sys/param.h
Modified: head/sys/sys/param.h
===
blockquote, div.yahoo_quoted { margin-left: 0 !important; border-left:1px
#715FFA solid !important; padding-left:1ex !important; background-color:white
!important; }
Oops! Sorry was AFK ...
Thanks!
Pedro.
On Thursday, February 20, 2020, 1:06 AM, Xin Li wrote:
On 2/19/20 10:01 PM, Yuri Pa
36,12 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20200220: Upgrade of ncurses, shlib bumped to version 9
+OLD_FILES+=lib/libncurses.so.8
+OLD_FILES+=lib/libncursesw.so.8
+OLD_FILES+=usr/lib32/libncurses.so.8
+OLD_FILES+=usr/lib32/libncursesw.so.8
+
# 20200206: Remove elf2aout
OLD_FILES+=usr/bin/elf
Author: tsoome
Date: Thu Feb 20 09:02:59 2020
New Revision: 358163
URL: https://svnweb.freebsd.org/changeset/base/358163
Log:
efi_register_handles() is missing NULL pointer check
Add missing check of malloc() result.
Modified:
head/stand/efi/libefi/handles.c
Modified: head/stand/efi/lib
Author: tsoome
Date: Thu Feb 20 09:00:20 2020
New Revision: 358162
URL: https://svnweb.freebsd.org/changeset/base/358162
Log:
insert_zfs() is missing NULL pointer check
Add missing check of malloc() result.
Modified:
head/stand/efi/libefi/efizfs.c
Modified: head/stand/efi/libefi/efizfs.
Author: tsoome
Date: Thu Feb 20 08:56:56 2020
New Revision: 358160
URL: https://svnweb.freebsd.org/changeset/base/358160
Log:
efipart_inithandles() is missing NULL pointer check
Add missing check of malloc() result.
Modified:
head/stand/efi/libefi/efipart.c
Modified: head/stand/efi/libe
Author: tsoome
Date: Thu Feb 20 08:55:18 2020
New Revision: 358159
URL: https://svnweb.freebsd.org/changeset/base/358159
Log:
connect_controllers() is missing NULL pointer check
Add missing check of malloc() result.
Modified:
head/stand/efi/libefi/efi_driver_utils.c
Modified: head/stand
Author: tsoome
Date: Thu Feb 20 08:53:04 2020
New Revision: 358158
URL: https://svnweb.freebsd.org/changeset/base/358158
Log:
efihttp_fs_seek() is missing NULL pointer check
Add missing check of malloc() result.
Modified:
head/stand/efi/libefi/efihttp.c
Modified: head/stand/efi/libefi/e
Author: tsoome
Date: Thu Feb 20 08:48:34 2020
New Revision: 358157
URL: https://svnweb.freebsd.org/changeset/base/358157
Log:
efinet_dev_init() is missing NULL pointer check
Add missing check of malloc() result.
Modified:
head/stand/efi/libefi/efinet.c
Modified: head/stand/efi/libefi/ef
74 matches
Mail list logo