Actions
Bug #12386
closedacpixtract tries to fopen("")
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
External Bug:
Description
This turns out to be due to a totally broken sprintf() implementation we're including for no reason.
Updated by John Levon over 3 years ago
I tested the change to remove utprint.c with checking that acpixtract works now, as well as acpidump and iasl, and a system booted OK without apparent issues
Updated by Electric Monk over 3 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit 20d3bf629e3e91ea61dee8153d5bc47daeab26b0
commit 20d3bf629e3e91ea61dee8153d5bc47daeab26b0 Author: John Levon <john.levon@joyent.com> Date: 2020-03-17T19:07:22.000Z 12386 acpixtract tries to fopen("") Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Jason King <jason.brian.king@gmail.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
Actions