Skip to content
Snippets Groups Projects
  1. May 30, 2013
  2. May 28, 2013
    • Nadav Har'El's avatar
      Fix getsockname() failure · 98a1fd2b
      Nadav Har'El authored
      getsockname() used to fail because by the time the call chain reached
      kern_getsockname() it got addrlen=0. The problem is getsockname1()
      which gives it an initialized local variable instead of the given
      addrlen.
      
      Most of these layers and copies are redundant, and are only left because
      of previous incarnations of the code which had copies from user space -
      but we need to at least get the unnecessary copies right ;-)
      98a1fd2b
  3. May 27, 2013
  4. May 26, 2013
  5. May 24, 2013
  6. May 21, 2013
  7. May 20, 2013
  8. May 18, 2013
Loading