Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.kernel > #73565

Bug#998186: linux-base: Issue on func cdev_init.

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 2021-10-31 18:20 +0100
Message-ID <DemEW-2oI-9@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Cross-posted to 2 groups.

Show all headers | 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 | NextNext in thread | Find similar | Unroll thread


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