FreeBSD Bugzilla – Attachment 232582 Details for
Bug 262671
Kernel panics after a invalid SNDCTL_MIXERINFO ioctl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Example program that exposes the issue
main.c (text/plain), 236 bytes, created by
Aleksander Slomka
on 2022-03-19 16:42:14 UTC
(
hide
)
Description:
Example program that exposes the issue
Filename:
MIME Type:
Creator:
Aleksander Slomka
Created:
2022-03-19 16:42:14 UTC
Size:
236 bytes
patch
obsolete
>#include <fcntl.h> >#include <stdio.h> >#include <stdlib.h> >#include <sys/soundcard.h> >#include <unistd.h> > >int >main() >{ > int fd; > fd = open("/dev/mixer", O_RDWR); > oss_mixerinfo mi; > ioctl(fd, SNDCTL_MIXERINFO, &mi); > return (0); >} >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 262671
:
232581
| 232582 |
232613