Comment on Fixing a Buffer Overflow in Unix v4 Like It's 1973Comments−emilfihlman8moThe source hasttybuf[2] =& ~010;Which is another bug.−messe8moWhat's the bug? If you're referring to the =& syntax, then that's just how &= used to be written in older versions of C.
Comments
The source has
ttybuf[2] =& ~010;
Which is another bug.
What's the bug? If you're referring to the =& syntax, then that's just how &= used to be written in older versions of C.