Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.kernel > #73565
| Path | csiph.com!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!bofh.it!news.nic.it!robomod |
|---|---|
| From | Corcodel Marian <corcodel.marian@gmail.com> |
| Newsgroups | linux.debian.bugs.dist, linux.debian.kernel |
| Subject | Bug#998186: linux-base: Issue on func cdev_init. |
| Date | Sun, 31 Oct 2021 18:20:02 +0100 |
| Message-ID | <DemEW-2oI-9@gated-at.bofh.it> (permalink) |
| X-Mailbox-Line | From debian-bugs-dist-request@lists.debian.org Sun Oct 31 17:15:09 2021 |
| Old-Return-Path | <debbugs@buxtehude.debian.org> |
| X-Spam-Flag | NO |
| X-Spam-Score | 0.675 |
| Reply-To | Corcodel Marian <corcodel.marian@gmail.com>, 998186@bugs.debian.org |
| Resent-To | debian-bugs-dist@lists.debian.org |
| Resent-Cc | corcodel.marian@gmail.com, Debian Kernel Team <debian-kernel@lists.debian.org> |
| X-Debian-Pr-Message | report 998186 |
| X-Debian-Pr-Package | linux-base |
| X-Debian-Pr-Source | linux-2.6, linux-base |
| Content-Type | text/plain; charset="us-ascii" |
| MIME-Version | 1.0 |
| Content-Transfer-Encoding | 7bit |
| X-Mailer | reportbug 7.5.3~deb10u1 |
| X-Debian-Message | from BTS |
| X-Mailing-List | <debian-bugs-dist@lists.debian.org> archive/latest/1687687 |
| List-ID | <debian-bugs-dist.lists.debian.org> |
| List-URL | <https://lists.debian.org/debian-bugs-dist/> |
| Approved | robomod@news.nic.it |
| Lines | 30 |
| Organization | linux.* mail to news gateway |
| Sender | robomod@news.nic.it |
| X-Original-Date | Sun, 31 Oct 2021 18:11:58 +0100 |
| X-Original-Message-ID | <163570031802.2859.493037293863282503.reportbug@debian> |
| Xref | csiph.com linux.debian.bugs.dist:1078847 linux.debian.kernel:73565 |
Cross-posted to 2 groups.
Show key headers only | View raw
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
Back to linux.debian.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
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
csiph-web