home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / PDP-11 / Bug_Fixes / Net.v7bugs / 0090 < prev    next >
Encoding:
Text File  |  1982-03-12  |  487 b   |  12 lines

  1. Autzoo.1483
  2. net.bugs.v7
  3. utcsrgv!utzoo!henry
  4. Fri Mar 12 17:05:49 1982
  5. uucp (unsigned)char
  6. This message is a followon to the message I sent the other day about
  7. (unsigned)c giving zero-extension when it shouldn't.  Note that the
  8. uucp packet driver relies on this bug in a few places.  The fix is
  9. to change "(unsigned)foo" to, ugh, "foo & 0377" in the appropriate
  10. places.  I haven't done this yet and hence haven't identified exactly
  11. which of the casts to unsigned in pk[01].c are affected.
  12.