Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.kernel > #73565 > unrolled thread
| Started by | Corcodel Marian <corcodel.marian@gmail.com> |
|---|---|
| First post | 2021-10-31 18:20 +0100 |
| Last post | 2021-11-02 08:00 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.debian.kernel
Bug#998186: linux-base: Issue on func cdev_init. Corcodel Marian <corcodel.marian@gmail.com> - 2021-10-31 18:20 +0100
Bug#998186: marked as done (linux-base: Issue on func cdev_init.) "Debian Bug Tracking System" <owner@bugs.debian.org> - 2021-11-02 08:00 +0100
| From | Corcodel Marian <corcodel.marian@gmail.com> |
|---|---|
| Date | 2021-10-31 18:20 +0100 |
| Subject | Bug#998186: linux-base: Issue on func cdev_init. |
| Message-ID | <DemEW-2oI-9@gated-at.bofh.it> |
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
[toc] | [next] | [standalone]
| From | "Debian Bug Tracking System" <owner@bugs.debian.org> |
|---|---|
| Date | 2021-11-02 08:00 +0100 |
| Subject | Bug#998186: marked as done (linux-base: Issue on func cdev_init.) |
| Message-ID | <DeVW1-7cO-1@gated-at.bofh.it> |
| In reply to | #73565 |
[Multipart message — attachments visible in raw view] — view raw
Your message dated Tue, 2 Nov 2021 07:49:23 +0100 with message-id <YYDfcxW3l7F3O6be@eldamar.lan> 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 owner@bugs.debian.org immediately.) -- 998186: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=998186 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
[toc] | [prev] | [standalone]
Back to top | Article view | linux.debian.kernel
csiph-web