patchThe GNU Hurd - Patches: patch #4762, ioctl() incorrectly decodes...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

patch #4762: ioctl() incorrectly decodes argument

Submitter:  None
Submitted:  Wed 04 Jan 2006 10:47:00 PM UTC
   
 
Category:  GNU C Library Priority:  5 - Normal
Status:  Done Privacy:  Public
Assigned to:  None Originator Email:  -email is unavailable-
Open/Closed:  Closed Planned Release:  None
Wiki-like text discussion box: 

This eventually got applied

Wed 04 Jan 2006 10:47:00 PM UTC, original submission:  

Hi,

The short story is that
#include <sys/ioctl.h>
#include <stdio.h>
int main(void)
{
  if (ioctl(1, TIOCDRAIN) < 0)
    perror("ioctl");
  return 0;
}
prints ioctl: (ipc/mig) server type check failure

The long story is at http://sources.redhat.com/bugzilla/show_bug.cgi?id=766

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attached Files
file #9407:  patch-ioctl added by None (2KiB - application/octet-stream - patch fixing ioctl() argument decoding)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by sthibaul (Updated the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2020-01-27 sthibaul Open/ClosedOpen Closed
        Wiki-like text discussion box This eventually got applied
    2020-01-27 sthibaul StatusNone Done
    2006-01-04 None Attached File- Added patch-ioctl, #5711

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code