Your message dated Tue, 2 Nov 2021 07:49:23 +0100
with message-id <[email protected]>
and subject line Re: Bug#998186: linux-base: Issue on func cdev_init.
has caused the Debian Bug report #998186,
regarding linux-base: Issue on func cdev_init.
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
998186: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=998186
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: linux-base
Version: 4.6
Severity: normal
On file fs/char_dev.c function cdev_init old line is memset(cdev, 0, sizeof
*cdev); and new line can bee memset(cdev, 0, sizeof (struct cdev));
Allocation issue.
-- System Information:
Debian Release: 10.11
APT prefers oldstable-updates
APT policy: (500, 'oldstable-updates'), (500, 'oldstable-proposed-updates'),
(500, 'oldoldstable'), (500, 'oldstable')
Architecture: amd64 (x86_64)
Kernel: Linux 5.7.8+ (SMP w/2 CPU cores)
Kernel taint flags: TAINT_DIE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8),
LANGUAGE=en_US:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages linux-base depends on:
ii debconf [debconf-2.0] 1.5.71+deb10u1
linux-base recommends no packages.
linux-base suggests no packages.
-- debconf information excluded
--- End Message ---
--- Begin Message ---
Control: reassign -1 src:linux
Control: tags -1 + upstream
Hi
On Sun, Oct 31, 2021 at 06:11:58PM +0100, Corcodel Marian wrote:
> Package: linux-base
> Version: 4.6
> Severity: normal
>
> On file fs/char_dev.c function cdev_init old line is memset(cdev, 0, sizeof
> *cdev); and new line can bee memset(cdev, 0, sizeof (struct cdev));
> Allocation issue.
Can you please report this directly to upstream. Right contact should
be
Alexander Viro <[email protected]> (maintainer:FILESYSTEMS (VFS and
infrastructure))
[email protected] (open list:FILESYSTEMS (VFS and infrastructure))
[email protected] (open list)
Regards,
Salvatore
--- End Message ---