Changes between Version 1 and Version 2 of Ticket #17861, comment 1


Ignore:
Timestamp:
Aug 10, 2022, 1:31:30 AM (2 years ago)
Author:
bipolar

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17861, comment 1

    v1 v2  
    66
    77Edit: I guess `tcsendbreak()` will have the same issue as well (both seem to ioctl with TCSBRK and an int value).
     8
     9Edit2: [https://xref.landonf.org/source/xref/haiku/src/kits/device/SerialPort.cpp#324 BSerialPort] also calls tcflush() with an int (I caught it with strace: `[   739] ioctl(0x3, TCFLSH, 0x1, 0x0) = 0x80001301 Bad address () (35 us)`)